Skip to content

Commit

Permalink
Vikunja2 missing arm64 config (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmiddle committed Nov 22, 2021
1 parent 54290e9 commit 0d62e11
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions template/portainer-v2-arm64.json
Original file line number Diff line number Diff line change
Expand Up @@ -4966,6 +4966,62 @@
}
]
},
{
"categories": [
"Cloud",
"Web",
"Management",
"todo"
],
"description": "Vikunka With Frontend. The to-do app to organize your life. https://vikunja.io/",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PGID"
},
{
"default": "America/New_York",
"label": "TZ",
"name": "TZ"
},
{
"default": "vikunka",
"label": "DATABASE_NAME",
"name": "DATABASE_NAME"
},
{
"default": "vikunka",
"label": "DATABASE_USER",
"name": "DATABASE_USER"
},
{
"label": "DATABASE_PASSWORD",
"name": "DATABASE_PASSWORD",
"default": ""
},
{
"label": "MYSQL_ROOT_PASSWORD",
"name": "MYSQL_ROOT_PASSWORD",
"default": ""
}
],
"logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/master/images/vikunka.png",
"name": "vikunka-frontend",
"platform": "linux",
"restart_policy": "unless-stopped",
"title": "Vikunka With Frontend",
"type": 3,
"repository": {
"stackfile": "stack/vikunka.yml",
"url": "https://github.com/novaspirit/pi-hosted/"
}
},
{
"categories": [
"Other",
Expand Down

0 comments on commit 0d62e11

Please sign in to comment.