* Create wallos.json * Create bookstack.yml Added missing stack * Update kavita.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Robert Middleswarth <72569+rmiddle@users.noreply.github.com>
37 lines
840 B
JSON
37 lines
840 B
JSON
{
|
|
"categories": [
|
|
"Finance"
|
|
],
|
|
"description": "Open-Source Personal Subscription Tracker.",
|
|
"image_amd64": "bellamy/wallos:latest",
|
|
"image_arm64": "bellamy/wallos:latest",
|
|
"logo": "https://raw.githubusercontent.com/ellite/Wallos/main/images/wallossolidwhite.png",
|
|
"name": "wallos",
|
|
"officialDoc": "https://github.com/ellite/Wallos",
|
|
"platform": "linux",
|
|
"env": [
|
|
{
|
|
"default": "Europe/London",
|
|
"label": "TZ",
|
|
"name": "TZ"
|
|
}
|
|
],
|
|
"ports": [
|
|
"8282:80/tcp"
|
|
],
|
|
"restart_policy": "unless-stopped",
|
|
"title": "Wallos",
|
|
"type": 1,
|
|
"volumes": [
|
|
{
|
|
"bind": "/portainer/Files/AppData/Config/Wallos/db",
|
|
"container": "/var/www/html/db"
|
|
},
|
|
{
|
|
"bind": "/portainer/Files/AppData/Config/Wallos/logos",
|
|
"container": "/var/www/html/images/uploads/logos"
|
|
}
|
|
],
|
|
"webpage": "https://github.com/ellite/Wallos"
|
|
}
|