small-package/luci-app-codeserver/root/etc/config/codeserver

11 lines
283 B
Plaintext
Raw Normal View History

2023-01-20 08:48:32 +08:00
config main
option 'http_port' '8085'
option 'image_name' 'lscr.io/linuxserver/code-server:latest'
option 'config_path' ''
option 'env_password' ''
option 'env_hashed_password' ''
option 'env_sudo_password' ''
option 'env_sudo_password_hash' ''
option 'env_proxy_domain' ''