added some variabled for pixelfed

This commit is contained in:
qballjos 2020-10-10 16:57:26 +02:00
parent 38d828b5db
commit 6bb9e52d6b
1 changed files with 92 additions and 1 deletions

View File

@ -3734,12 +3734,103 @@
"description": "A free and ethical photo sharing platform, powered by ActivityPub federation.",
"env": [
{
"default": "8080",
"label": "PORT",
"name": "PORT"
},
{
"default": "PixelFed",
"label": "APP_NAME",
"name": "APP_NAME"
},
{
"default": "local",
"label": "APP_ENV",
"name": "APP_ENV"
},
{
"default": "S0meR@nd0mStringS0meR@nd0mString"
"label": "APP_KEY",
"name": "APP_KEY"
},
{
"default": "false",
"label": "APP_DEBUG",
"name": "APP_DEBUG"
},
{
"default": "http",
"label": "SCHEME",
"name": "SCHEME"
},
{
"default": "pixelfed.localhost",
"label": "DOMAIN",
"name": "DOMAIN"
},
{
"default": "log",
"label": "MAIL_DRIVER",
"name": "MAIL_DRIVER"
},
{
"default": "mail.service.host",
"label": "MAIL_HOST",
"name": "MAIL_HOST"
},
{
"default": "587",
"label": "MAIL_PORT",
"name": "MAIL_PORT"
},
{
"default": "username",
"label": "MAIL_USERNAME",
"name": "MAIL_USERNAME"
},
{
"default": "password",
"label": "MAIL_PASSWORD",
"name": "MAIL_PASSWORD"
},
{
"default": "no-reply@yourdomain.com",
"label": "MAIL_FROM_ADDRESS",
"name": "MAIL_FROM_ADDRESS"
},
{
"default": "yourname",
"label": "MAIL_FROM_NAME",
"name": "MAIL_FROM_NAME"
},
{
"default": "true",
"label": "OPEN_REGISTRATION",
"name": "OPEN_REGISTRATION"
},
{
"default": "true",
"label": "ENFORCE_EMAIL_VERIFICATION",
"name": "ENFORCE_EMAIL_VERIFICATION"
},
{
"default": "false",
"label": "ACTIVITY_PUB",
"name": "ACTIVITY_PUB"
},
{
"default": "false",
"label": "REMOTE_FOLLOW",
"name": "REMOTE_FOLLOW"
},
{
"default": "changemeforproduction",
"label": "MYSQL_ROOT_PASSWORD",
"name": "MYSQL_ROOT_PASSWORD"
}
],
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/pixelfed.png",
"note": "!!!THIS IS STILL INDEVELOPMENT!!! You stil need to creat a env file from https://github.com/pixelfed/pixelfed/blob/dev/.env.docker in the location /portainer/Files/AppData/Pixelfed/.env.docker;",
"note": "!!!THIS IS STILL INDEVELOPMENT!!!",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/pixelfed.yml",