Compare commits

...

9 Commits

Author SHA1 Message Date
49462ef1b1 fix: ssh bug 2025-11-22 06:35:30 -05:00
dffa7a9c82 remove actions 2025-11-17 17:06:55 -05:00
fac443e22b test workflow
Some checks failed
Docker Build and Push / build (push) Has been cancelled
2025-11-17 16:59:36 -05:00
8624ffd1cb text workflow
Some checks failed
Docker Build and Push / build (push) Has been cancelled
2025-11-17 16:53:55 -05:00
ad5de2a44a text workflow 2025-11-17 16:52:52 -05:00
7ad47f37fc text workflow 2025-11-17 16:49:10 -05:00
6b6ee68cb7 text workflow 2025-11-17 16:46:02 -05:00
93f521806e fix: gitattributes 2025-11-17 11:19:53 -05:00
fc119b64a5 Normalize line endings 2025-11-17 11:19:30 -05:00
4 changed files with 4 additions and 1 deletions

1
.gitattributes vendored Normal file
View File

@@ -0,0 +1 @@
* text=auto

3
Dockerfile Normal file → Executable file
View File

@@ -12,7 +12,8 @@ ControlPort 0
ORPort 0 ORPort 0
DirPort 0 DirPort 0
TransPort 0 TransPort 0
DNSPort 0 DNSPort 9053
AutomapHostsOnResolve 1
ExitPolicy reject *:* ExitPolicy reject *:*
AvoidDiskWrites 1 AvoidDiskWrites 1

0
README.md Normal file → Executable file
View File

1
compose.yml Normal file → Executable file
View File

@@ -10,3 +10,4 @@ services:
- ALL - ALL
cap_add: cap_add:
- NET_BIND_SERVICE - NET_BIND_SERVICE
- NET_RAW