📄️ Project Configuration File
All configuration for deployed projects is managed using the exoframe.json config file. It can be generated or updated with the exoframe config (or exoframe init) command or created manually. If it doesn't exist during deployment, Exoframe will generate a simple config file containing only the name of the current project.
📄️ Server Configuration
Exoframe stores its configuration in ~/.config/exoframe/server.config.yml. Currently, it contains the following settings:
📄️ Exoframe CLI Configuration
Exoframe stores its configuration in ~/.config/exoframe/cli.config.yml. Currently, it contains a list of endpoint URLs with associated usernames and authentication tokens:
📄️ Traefik Configuration
Exoframe allows you to override Traefik configuration by editing ~/.config/exoframe/traefik/traefik.yml.