mirror of
https://github.com/YunoHost-Apps/microbin_ynh.git
synced 2024-09-03 19:45:57 +02:00
fix
This commit is contained in:
parent
77acd7d845
commit
fa80fcc9f0
2 changed files with 1 additions and 5 deletions
|
@ -109,7 +109,7 @@ MICROBIN_JSON_DB=false
|
||||||
# as without this option, and thus is unsuited if you are
|
# as without this option, and thus is unsuited if you are
|
||||||
# running MicroBin directly. Default value: unset. Example
|
# running MicroBin directly. Default value: unset. Example
|
||||||
# values: https://myserver.com/ or https://192.168.0.10:8080/
|
# values: https://myserver.com/ or https://192.168.0.10:8080/
|
||||||
MICROBIN_PUBLIC_PATH=https://__DOMAIN____PATH__/
|
MICROBIN_PUBLIC_PATH=https://__DOMAIN__/
|
||||||
|
|
||||||
# Sets a shortened path to use when the user copies URL from
|
# Sets a shortened path to use when the user copies URL from
|
||||||
# the application. This will also use shorter endpoints,
|
# the application. This will also use shorter endpoints,
|
||||||
|
|
|
@ -35,10 +35,6 @@ ram.runtime = "50M"
|
||||||
[install.domain]
|
[install.domain]
|
||||||
type = "domain"
|
type = "domain"
|
||||||
|
|
||||||
[install.path]
|
|
||||||
type = "path"
|
|
||||||
default = "/microbin"
|
|
||||||
|
|
||||||
[install.init_main_permission]
|
[install.init_main_permission]
|
||||||
type = "group"
|
type = "group"
|
||||||
default = "visitors"
|
default = "visitors"
|
||||||
|
|
Loading…
Add table
Reference in a new issue