You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 23, 2022. It is now read-only.
# Network used by traefik to connect services to, default "exoframe"
91
+
exoframeNetwork: 'exoframe'
92
+
93
+
# server image update channel; can be "stable" or "nightly", default "stable"
94
+
updateChannel: 'stable'
95
+
96
+
# path to folder with authorized_keys, default "~/.ssh"
97
+
publicKeysPath: '/path/to/your/public/keys'
73
98
```
74
99
75
100
_Warning:_ Most changes to config are applied immediately. With exception of Letsencrypt config. If you are enabling letsencrypt after Traefik instance has been started, you'll need to remove Traefik and then restart Exoframe server for changes to take effect.
0 commit comments