|
@@ -3831,6 +3831,58 @@
|
|
|
],
|
|
|
"note": "<b>Template created by Pi-Hosted Series</b><br><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://github.com/Fallenbagel/jellyseerr\" target=\"_blank\">https://github.com/Fallenbagel/jellyseerr</a><br><b>Official Docker Documentation: </b><a href=\"https://hub.docker.com/r/fallenbagel/jellyseerr\" target=\"_blank\">https://hub.docker.com/r/fallenbagel/jellyseerr</a><br><br><br>"
|
|
|
},
|
|
|
+ {
|
|
|
+ "categories": [
|
|
|
+ "Backup",
|
|
|
+ "CMD",
|
|
|
+ "Web",
|
|
|
+ "Tools"
|
|
|
+ ],
|
|
|
+ "description": "Joplin Server is a web app that allows you to sync and share notes with Joplin, a popular note-taking app.",
|
|
|
+ "env": [
|
|
|
+ {
|
|
|
+ "default": "http://localhost:22300",
|
|
|
+ "label": "URL",
|
|
|
+ "name": "URL"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "default": "22300",
|
|
|
+ "label": "APP_PORT",
|
|
|
+ "name": "__PORT__"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "default": "joplin",
|
|
|
+ "label": "POSTGRES_USER",
|
|
|
+ "name": "POSTGRES_USER"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "default": "joplin",
|
|
|
+ "label": "POSTGRES_DB",
|
|
|
+ "name": "POSTGRES_DB"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "default": "joplin",
|
|
|
+ "label": "POSTGRES_DATABASE",
|
|
|
+ "name": "POSTGRES_DATABASE"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "default": "joplin",
|
|
|
+ "label": "POSTGRES_PASSWORD",
|
|
|
+ "name": "POSTGRES_PASSWORD"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/joplin.png",
|
|
|
+ "name": "joplin-server",
|
|
|
+ "platform": "linux",
|
|
|
+ "repository": {
|
|
|
+ "stackfile": "stack/joplin-server.yml",
|
|
|
+ "url": "https://github.com/pi-hosted/pi-hosted/master/"
|
|
|
+ },
|
|
|
+ "restart_policy": "unless-stopped",
|
|
|
+ "title": "Joplin server",
|
|
|
+ "type": 3,
|
|
|
+ "note": "<b>Template created by Pi-Hosted Series</b><br><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://hub.docker.com/r/etechonomy/joplin-server\" target=\"_blank\">https://hub.docker.com/r/etechonomy/joplin-server</a><br><b>Official Docker Documentation: </b><a href=\"https://github.com/etechonomy/joplin-server\" target=\"_blank\">https://github.com/etechonomy/joplin-server</a><br><br><br>"
|
|
|
+ },
|
|
|
{
|
|
|
"categories": [
|
|
|
"Utilities",
|