mirror of
https://github.com/YunoHost-Apps/pydio_ynh.git
synced 2024-09-03 20:16:05 +02:00
fix
This commit is contained in:
parent
fd51f60e77
commit
ef763daf59
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Basic no-TLS config for the embedded gateway
|
# Basic no-TLS config for the embedded gateway
|
||||||
proxyconfig:
|
proxyconfig:
|
||||||
binds:
|
binds:
|
||||||
- http://127.0.0.1:__PORT__
|
- 127.0.0.1:__PORT__
|
||||||
reverseproxyurl: https://__DOMAIN__
|
reverseproxyurl: https://__DOMAIN__
|
||||||
frontendlogin: __ADMIN__
|
frontendlogin: __ADMIN__
|
||||||
frontendpassword: __PASSWORD__
|
frontendpassword: __PASSWORD__
|
||||||
|
|
|
@ -24,8 +24,8 @@ SuccessExitStatus=0
|
||||||
|
|
||||||
# Add environment variables
|
# Add environment variables
|
||||||
Environment=CELLS_ENABLE_METRICS=false
|
Environment=CELLS_ENABLE_METRICS=false
|
||||||
#Environment=CELLS_WORKING_DIR=__INSTALL_DIR__
|
Environment=CELLS_WORKING_DIR=__INSTALL_DIR__
|
||||||
#Environment=CELLS_DATA_DIR=__DATA_DIR__
|
Environment=CELLS_DATA_DIR=__DATA_DIR__
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Add table
Reference in a new issue