From 88a8366946964e0367d2d442fdd2c71905abbb54 Mon Sep 17 00:00:00 2001 From: A75G Date: Mon, 10 Aug 2020 21:25:06 +0300 Subject: [PATCH] add templates - edit readme --- README.md | 94 ++++++++++++++++++++++---- templates/icons/shlink-web-client.png | Bin 0 -> 4736 bytes templates/icons/shlink.png | Bin 0 -> 4730 bytes templates/shlink-web-client.xml | 25 +++++++ templates/shlink.xml | 29 ++++++++ 5 files changed, 134 insertions(+), 14 deletions(-) create mode 100644 templates/icons/shlink-web-client.png create mode 100644 templates/icons/shlink.png create mode 100644 templates/shlink-web-client.xml create mode 100644 templates/shlink.xml diff --git a/README.md b/README.md index 5d1f761..fd0565a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +# Unraid Templates - [Airsonic-advanced](#airsonic-advanced) - [Apprise](#apprise) - [ArchiveBox](#archivebox) @@ -49,6 +50,8 @@ * [Content](#content) - [Leantime](#leantime) * [First installation](#first-installation-3) +- [Librenms](#librenms) + * [Notes](#notes-5) - [Linkding](#linkding) - [Mailpile](#mailpile) - [Matomo](#matomo) @@ -56,29 +59,29 @@ * [Guides](#guides) - [Mattermost](#mattermost) - [Mattermost-push-proxy](#mattermost-push-proxy) - * [Notes](#notes-5) + * [Notes](#notes-6) * [Before running the docker](#before-running-the-docker-3) - [Mediagoblin](#mediagoblin) * [Default username and password](#default-username-and-password-4) - [Memcached](#memcached) - [Miniflux](#miniflux) - [Moodle](#moodle) - * [Notes](#notes-6) -- [Mumble](#mumble) * [Notes](#notes-7) -- [Netbox](#netbox) +- [Mumble](#mumble) * [Notes](#notes-8) +- [Netbox](#netbox) + * [Notes](#notes-9) - [phpBB](#phpbb) - [PsiTransfer](#psitransfer) - * [Notes](#notes-9) + * [Notes](#notes-10) - [Pterodactyl-panel](#pterodactyl-panel) * [Creating User](#creating-user-1) - [Pterodactyl-daemon](#pterodactyl-daemon) - [Pure-FTPd](#pure-ftpd) - * [Notes](#notes-10) + * [Notes](#notes-11) - [Pwndrop](#pwndrop) - [Quakejs](#quakejs) -- [Notes](#notes-11) +- [Notes](#notes-12) - [Reactive-resume](#reactive-resume) - [Redis](#redis) - [Riot-web](#riot-web) @@ -87,12 +90,16 @@ - [Selfoss](#selfoss) - [Shiori](#shiori) * [Default username and password](#default-username-and-password-5) - * [Notes](#notes-12) + * [Notes](#notes-13) +- [Shlink](#shlink) +- [Shlink-web-client](#shlink-web-client) + * [Before Installing](#before-installing) - [Solr](#solr) - [StackEdit](#stackedit) - [Synapse-admin](#synapse-admin) - [Tar1090](#tar1090) - [Torprivoxy](#torprivoxy) +- [tt-rss](#tt-rss) - [Wallabag](#wallabag) * [Default username and password](#default-username-and-password-6) * [PHP errors](#php-errors) @@ -100,7 +107,7 @@ - [Wifi-card](#wifi-card) - [YaCy](#yacy) * [Default username and password](#default-username-and-password-7) - * [Notes](#notes-13) + * [Notes](#notes-14) ---- # Airsonic-advanced @@ -142,17 +149,14 @@ **Github:** https://github.com/pirate/ArchiveBox ## First installation -1. **Run** the Archivebox Docker and **Console** to it and enter. +1. **Run** the Archivebox Docker and **Console** to it. ```su - archivebox``` ```cd /data``` ```archivebox init``` ```archivebox manage createsuperuser``` 2. **Edit** Archivebox Docker Click at **Advanced View** put ```server 0.0.0.0:8000``` in **Post Arguments**. ## Configuration -To edit configuration open Archivebox folder and Edit ArchiveBox.conf (https://github.com/pirate/ArchiveBox/wiki/Configuration) after the update Console Archivebox and enter -```su - archivebox``` -```cd /data``` -```archivebox init``` +To edit configuration open Archivebox folder and Edit ArchiveBox.conf (https://github.com/pirate/ArchiveBox/wiki/Configuration) **[`^back to top^`](#unraid-templates)** @@ -598,6 +602,22 @@ For more content https://wiki.kiwix.org/wiki/Content **[`^back to top^`](#unraid-templates)** +---- +# Librenms +![Librenms](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/librenms.png) + +**Application Name:** Librenms + +**Application Site:** https://www.librenms.org/ + +**Docker Hub:** https://hub.docker.com/r/librenms/librenms/ + +**Github:** https://github.com/librenms/docker +## Notes +* Database must be CHARACTER SET utf8 COLLATE utf8_unicode_ci + +**[`^back to top^`](#unraid-templates)** + ---- # Linkding ![Linkding](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/linkding.png) @@ -991,6 +1011,40 @@ Password: ```gopher``` **[`^back to top^`](#unraid-templates)** +---- +# Shlink +![Shlink](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/shlink.png) + +**Application Name:** Shlink + +**Application Site:** https://shlink.io/ + +**Docker Hub:** https://hub.docker.com/r/shlinkio/shlink/ + +**Github:** https://github.com/shlinkio/shlink + +**[`^back to top^`](#unraid-templates)** + +---- +# Shlink-web-client +![Shlink-web-client](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/Shlink-web-client.png) + +**Application Name:** Shlink-web-client + +**Application Site:** https://shlink.io/ + +**Docker Hub:** https://hub.docker.com/r/shlinkio/shlink-web-client/ + +**Github:** https://www.github.com/shlinkio/shlink-web-client +## Before Installing +1. Install shlink +2. CLI to it and enter "shlink api-key:generate" +3. Copy the api and add and edit to servers.json + +* https://hub.docker.com/r/shlinkio/shlink-web-client/ servers.json + +**[`^back to top^`](#unraid-templates)** + ---- # Solr ![Solr](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/solr.png) @@ -1064,6 +1118,18 @@ Password: ```gopher``` **[`^back to top^`](#unraid-templates)** +---- +# tt-rss +![tt-rss](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/tt-rss.png) + +**Application Site:** https://tt-rss.org/ + +**Docker Hub:** https://hub.docker.com/r/lunik1/tt-rss/ + +**Github:** https://github.com/lunik1/docker-tt-rss + +**[`^back to top^`](#unraid-templates)** + ---- # Wallabag ![Wallabag](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/wallabag.png) diff --git a/templates/icons/shlink-web-client.png b/templates/icons/shlink-web-client.png new file mode 100644 index 0000000000000000000000000000000000000000..6a7a492a9ca8ba1906c26206fe9f57d284dc6d6f GIT binary patch literal 4736 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 O0000 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 IM6N<$f+pIw?f?J) literal 0 HcmV?d00001 diff --git a/templates/shlink-web-client.xml b/templates/shlink-web-client.xml new file mode 100644 index 0000000..8a4a515 --- /dev/null +++ b/templates/shlink-web-client.xml @@ -0,0 +1,25 @@ + + + shlink-web-client + shlinkio/shlink-web-client:latest + https://hub.docker.com/r/shlinkio/shlink-web-client/ + bridge + sh + false + https://forums.unraid.net/topic/89502-support-a75g-repo/ + https://www.github.com/shlinkio/shlink-web-client + A ReactJS-based progressive web application for shlink. +1. Install shlink +2. CLI to it and enter "shlink api-key:generate" +3. Copy the api and add and edit to servers.json + Tools: Status:Stable + http://[IP]:[PORT:80]/ + https://raw.githubusercontent.com/A75G/docker-templates/master/templates/shlink-web-client.xml + https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/shlink-web-client.png + A ReactJS-based progressive web application for shlink. +1. Install shlink +2. CLI to it and enter "shlink api-key:generate" +3. Copy the api and add and edit to servers.json + 8000 + /mnt/user/appdata/shlink-web/servers.json + \ No newline at end of file diff --git a/templates/shlink.xml b/templates/shlink.xml new file mode 100644 index 0000000..b96ed65 --- /dev/null +++ b/templates/shlink.xml @@ -0,0 +1,29 @@ + + + shlink + shlinkio/shlink:latest + https://hub.docker.com/r/shlinkio/shlink/ + bridge + sh + false + https://forums.unraid.net/topic/89502-support-a75g-repo/ + https://shlink.io/ + A self-hosted and PHP-based URL shortener application with CLI and REST interfaces. +More Variables: https://shlink.io/documentation/install-docker-image/#supported-env-vars + Tools: Status:Stable + http://[IP]:[PORT:8080]/ + https://raw.githubusercontent.com/A75G/docker-templates/master/templates/shlink.xml + https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/shlink.png + A self-hosted and PHP-based URL shortener application with CLI and REST interfaces. +More Variables: https://shlink.io/documentation/install-docker-image/#supported-env-vars + 8080 + doma.in + https + + maria + shlink + root + password + 192.168.0.100 + 3306 + \ No newline at end of file