Files
pi-hosted/template/apps/joplin-server.json
John BigoudOps dd8c9ee54d Joplin (#478)
2024-01-02 00:12:09 -05:00

55 lines
1.2 KiB
JSON

{
"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",
"officialDoc": "https://github.com/etechonomy/joplin-server",
"platform": "linux",
"repository": {
"stackfile_arm64": "stack/joplin-server.yml",
"stackfile_amd64": "stack/joplin-server.yml",
"url": "https://github.com/pi-hosted/pi-hosted/master/"
},
"restart_policy": "unless-stopped",
"title": "Joplin server",
"type": 3,
"webpage": "https://hub.docker.com/r/etechonomy/joplin-server"
}