Skip to content

Commit

Permalink
Update Shiori (#975)
Browse files Browse the repository at this point in the history
* Remove unused property in Shiori

* Generate random password for mysql in Shiori

Generate random password for mysql in Shiori
  • Loading branch information
kgnfth authored Aug 1, 2023
1 parent 7d7ba7a commit 7c4aec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/v4/apps/shiori.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ services:
SHIORI_MYSQL_ADDRESS: tcp(srv-captain--$$cap_appname-mariadb)
volumes:
- $$cap_appname-data:/shiori
restart: unless-stopped
caproverExtra:
containerHttpPort: '8080'
# MariaDB
Expand Down Expand Up @@ -49,6 +48,7 @@ caproverOneClickApp:
- id: $$cap_mariadb-pass
label: MariaDB database user password
description: Super secret database user password
defaultValue: $$cap_gen_random_hex(16)
displayName: 'Shiori'
isOfficial: true
description: 'A simple bookmark manager built with Go.'
Expand Down

0 comments on commit 7c4aec0

Please sign in to comment.