diff options
| author | Nathaniel Knight <[email protected]> | 2021-01-14 14:58:01 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-14 17:58:01 -0500 |
| commit | eea62a2ea689fe1068740a8f814f549ad1e761d9 (patch) | |
| tree | 49a55911c1ee4c8fe4559948241b6580f37f81b6 | |
| parent | ff693735a62ff9dd9f59018569a17edb9f914220 (diff) | |
| download | caprover-one-click-apps-eea62a2ea689fe1068740a8f814f549ad1e761d9.tar.gz caprover-one-click-apps-eea62a2ea689fe1068740a8f814f549ad1e761d9.zip | |
Add Shiori, a simple link saving service (#346)
This commit adds a configuration file and logo for [Shiori], a simple
link saving service. Shiori can also save copies of the pages you save
with it.
| -rw-r--r-- | public/v4/apps/shiori.yml | 39 | ||||
| -rw-r--r-- | public/v4/logos/shiori.png | bin | 0 -> 8677 bytes |
2 files changed, 39 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 0000000..f5bbcf6 --- /dev/null +++ b/public/v4/logos/shiori.png |
