diff --git a/public/v4/apps/shiori.yml b/public/v4/apps/shiori.yml new file mode 100644 index 0000000..3d42a7a --- /dev/null +++ b/public/v4/apps/shiori.yml @@ -0,0 +1,39 @@ +captainVersion: 4 + +services: + $$cap_appname: + image: radhifadlillah/shiori@sha256:3d1eb1f0aeb9804dea41f3ec5d29de5cf214bb66ef04dce1aa942ca17caec7bb + environment: + SHIORI_DIR: /data + volumes: + - $$cap_appname-shiori-data:/data + restart: on-failure + caproverExtra: + containerHttpPort: '8080' + +caproverOneClickApp: + isOfficial: false + description: 'A simple bookmark manager built with Go.' + instructions: + start: > + This app stores its data in a SQLite database in a Docker volume. + + Once deployed, this app will be accessible with a default username and + password. If this is a problem, you should deploy behind TLS and + basic-auth until you can log in and change them. + + username: shiori + + password: gopher + end: > + Shiori is up and running. + + You can log in with the username and password below to create and account + under `Settings`. Once you've created an account the default credentials + will be disabled. + + username: shiori + + password: gopher + documentation: > + From https://github.com/go-shiori/shiori. diff --git a/public/v4/logos/shiori.png b/public/v4/logos/shiori.png new file mode 100644 index 0000000..f5bbcf6 Binary files /dev/null and b/public/v4/logos/shiori.png differ