From eea62a2ea689fe1068740a8f814f549ad1e761d9 Mon Sep 17 00:00:00 2001 From: Nathaniel Knight Date: Thu, 14 Jan 2021 14:58:01 -0800 Subject: 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. --- public/v4/apps/shiori.yml | 39 +++++++++++++++++++++++++++++++++++++++ public/v4/logos/shiori.png | Bin 0 -> 8677 bytes 2 files changed, 39 insertions(+) create mode 100644 public/v4/apps/shiori.yml create mode 100644 public/v4/logos/shiori.png 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 -- cgit v1.2.3