mirror of
https://github.com/YunoHost-Apps/invidious_ynh.git
synced 2024-09-03 19:15:55 +02:00
Merge branch 'upgrade' of https://github.com/YunoHost-Apps/invidious_ynh into upgrade
This commit is contained in:
commit
2566047dc3
3 changed files with 2 additions and 9 deletions
|
@ -29,7 +29,7 @@ db:
|
||||||
## Accepted values: a postgres:// URI
|
## Accepted values: a postgres:// URI
|
||||||
## Default: postgres://kemal:kemal@localhost:5432/invidious
|
## Default: postgres://kemal:kemal@localhost:5432/invidious
|
||||||
##
|
##
|
||||||
#database_url: postgres://kemal:kemal@localhost:5432/invidious
|
#database_url: postgres://__DB_USER__:__DB_PWD__@localhost:5432/__DB_NAME__
|
||||||
|
|
||||||
##
|
##
|
||||||
## Enable automatic table integrity check. This will create
|
## Enable automatic table integrity check. This will create
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
SOURCE_URL=https://github.com/crystal-lang/crystal/releases/download/1.0.0/crystal_1.0.0-1_amd64.deb
|
|
||||||
SOURCE_SUM=bc4c15bdfb32ae08daef40728fc8a1da260a4defd225f7ba309404d9e77dcd8d
|
|
||||||
SOURCE_SUM_PRG=sha256sum
|
|
||||||
SOURCE_FORMAT=deb
|
|
||||||
SOURCE_IN_SUBDIR=true
|
|
||||||
SOURCE_FILENAME=crystal_1.0.0-1_amd64.deb
|
|
||||||
SOURCE_EXTRACT=false
|
|
|
@ -136,7 +136,7 @@ popd
|
||||||
#=================================================
|
#=================================================
|
||||||
# MODIFY A CONFIG FILE
|
# MODIFY A CONFIG FILE
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Modifying a config file..."
|
ynh_script_progression --message="Modifying a config file..." --weight=1
|
||||||
|
|
||||||
ynh_add_config --template="../conf/config.yml" --destination="$final_path/config/config.yml"
|
ynh_add_config --template="../conf/config.yml" --destination="$final_path/config/config.yml"
|
||||||
chmod 600 $final_path/config/config.yml
|
chmod 600 $final_path/config/config.yml
|
||||||
|
|
Loading…
Add table
Reference in a new issue