From 6a63ed81176c3eb42dc5956803499b567d5edf56 Mon Sep 17 00:00:00 2001 From: Amjed Ali <86785660+amjed-ali-k@users.noreply.github.com> Date: Sun, 11 Jul 2021 22:47:04 +0530 Subject: Add Raneto (#459) * Add Raneto * Fix typo --- public/v4/apps/raneto.yml | 40 ++++++++++++++++++++++++++++++++++++++++ public/v4/logos/raneto.png | Bin 0 -> 31903 bytes 2 files changed, 40 insertions(+) create mode 100644 public/v4/apps/raneto.yml create mode 100644 public/v4/logos/raneto.png diff --git a/public/v4/apps/raneto.yml b/public/v4/apps/raneto.yml new file mode 100644 index 0000000..12e4ebc --- /dev/null +++ b/public/v4/apps/raneto.yml @@ -0,0 +1,40 @@ +captainVersion: 4 +services: + $$cap_appname: + image: linuxserver/raneto:$$cap_raneto_version + environment: + TZ: $$cap_tz + PUID: '1000' + GUID: '1000' + hostname: $$cap_appname.$$cap_root_domain + volumes: + - $$cap_appname-config:/config + caproverExtra: + containerHttpPort: '3000' +caproverOneClickApp: + variables: + - id: $$cap_raneto_version + label: Raneto Version + defaultValue: 0.17.0-ls49 + description: Check out their Docker page for the valid tags https://hub.docker.com/r/linuxserver/raneto/tags + validRegex: /^([^\s^\/])+$/ + - id: $$cap_tz + label: Time Zone + defaultValue: Europe/Brussels + description: Get yours from https://en.wikipedia.org/wiki/List_of_tz_database_time_zones + validRegex: /.{1,}/ + instructions: + start: >- + Raneto can be called a "static site generator" of sorts as it doesn't require a database. All of your content is stored in the content folder in Markdown (.md) files and the entire knowledgebase structure and content is generated by Raneto. + end: |- + Access the webui at http://$$cap_appname.$$cap_root_domain + The default username and password is admin/password + This application can only be configured through file storage the web interface is only for editing Markdown files. You need to understand the following paths and the role they play for the application: + /config/config.default.js - Main configuration file to setup your user, site name, etc. + /config/content - All of your Markdown files go here more info. + /config/images - This folder will serve content on http://$$cap_appname.$$cap_root_domain + + displayName: Raneto + isOfficial: true + description: Raneto - is an open source Knowledgebase platform that uses static Markdown files to power your Knowledgebase. + documentation: Taken from https://hub.docker.com/r/linuxserver/raneto. diff --git a/public/v4/logos/raneto.png b/public/v4/logos/raneto.png new file mode 100644 index 0000000..aec39b4 Binary files /dev/null and b/public/v4/logos/raneto.png differ -- cgit v1.2.3