This commit is contained in:
parent
14f442d72b
commit
241a624f8f
@ -22,7 +22,7 @@ freshrss_security_opt: []
|
|||||||
# @var freshrss_pids_limit: $ "_unset_"
|
# @var freshrss_pids_limit: $ "_unset_"
|
||||||
|
|
||||||
freshrss_healthcheck:
|
freshrss_healthcheck:
|
||||||
test: '["CMD", "/usr/local/bin/healthcheck.sh"]'
|
test: '["CMD", "/usr/local/bin/healthcheck"]'
|
||||||
interval: 30s
|
interval: 30s
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 5
|
retries: 5
|
||||||
@ -31,13 +31,13 @@ freshrss_default_user: "admin"
|
|||||||
freshrss_default_password: "freshrss"
|
freshrss_default_password: "freshrss"
|
||||||
|
|
||||||
# @var freshrss_salt:description: >
|
# @var freshrss_salt:description: >
|
||||||
# Salt is used to make crypto more unique. You can generate your own salt with
|
# Salt is used to make crypto more unique. You can generate your own salt with
|
||||||
# e.g. `cat /proc/sys/kernel/random/uuid | sha1sum | awk '{print $1}'`.
|
# e.g. `cat /proc/sys/kernel/random/uuid | sha1sum | awk '{print $1}'`.
|
||||||
# @end
|
# @end
|
||||||
# @var freshrss_salt: $ "_unset_"
|
# @var freshrss_salt: $ "_unset_"
|
||||||
|
|
||||||
# @var freshrss_base_url:description: >
|
# @var freshrss_base_url:description: >
|
||||||
# Specify address of the freshrss instance, used when building
|
# Specify address of the freshrss instance, used when building
|
||||||
# absolute urls, e.g. for websub.
|
# absolute urls, e.g. for websub.
|
||||||
# @end
|
# @end
|
||||||
freshrss_base_url: "http://localhost/"
|
freshrss_base_url: "http://localhost/"
|
||||||
|
Loading…
Reference in New Issue
Block a user