{ "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" }