This commit is contained in:
Andrew Z 2024-01-03 20:05:51 -05:00
parent 83b14d1592
commit e567c6f042
4 changed files with 1268 additions and 426 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1704323155
"last_updated_timestamp": 1704330349
}

View File

@ -225063,223 +225063,632 @@
"Name": "Bacula-Server",
"Repository": "pwa666/bacula-server:11-sqlite3-latest",
"Registry": "https://hub.docker.com/r/pwa666/bacula-server",
"Branch": {
"Tag": "11-postgresql-latest",
"TagDescription": "version 11 with postgreSQL connector",
"Requires": "PostgreSQL",
"Config": [
{
"@attributes": {
"Name": "TimeZone",
"Target": "TZ",
"Default": "Europe/Warsaw",
"Mode": "",
"Description": "Set Your Timezone",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
"Branch": [
{
"Tag": "11-postgresql-latest",
"TagDescription": "version 11 with postgreSQL connector",
"Requires": "PostgreSQL",
"Config": [
{
"@attributes": {
"Name": "TimeZone",
"Target": "TZ",
"Default": "Europe/Warsaw",
"Mode": "",
"Description": "Set Your Timezone",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "Europe/Warsaw"
},
"value": "Europe/Warsaw"
},
{
"@attributes": {
"Name": "IP Address",
"Target": "SD_Host",
"Default": "",
"Mode": "",
"Description": "If You set bridge network, You should type in Unraid Host IP Address. This IP is sending to clients, which could connect to storage server using this IP",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
{
"@attributes": {
"Name": "IP Address",
"Target": "SD_Host",
"Default": "",
"Mode": "",
"Description": "If You set bridge network, You should type in Unraid Host IP Address. This IP is sending to clients, which could connect to storage server using this IP",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
"value": ""
},
{
"@attributes": {
"Name": "Database IP Address",
"Target": "DB_Host",
"Default": "",
"Mode": "",
"Description": "PostgreSQL Server IP",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
{
"@attributes": {
"Name": "Database IP Address",
"Target": "DB_Host",
"Default": "",
"Mode": "",
"Description": "PostgreSQL Server IP",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
"value": ""
},
{
"@attributes": {
"Name": "Database User",
"Target": "DB_User",
"Default": "",
"Mode": "",
"Description": "Database Username",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
{
"@attributes": {
"Name": "Database User",
"Target": "DB_User",
"Default": "",
"Mode": "",
"Description": "Database Username",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
"value": ""
},
{
"@attributes": {
"Name": "Database User's Password",
"Target": "DB_Password",
"Default": "",
"Mode": "",
"Description": "Database Password",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
{
"@attributes": {
"Name": "Database User's Password",
"Target": "DB_Password",
"Default": "",
"Mode": "",
"Description": "Database Password",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
"value": ""
},
{
"@attributes": {
"Name": "Bacula storage path",
"Target": "/mnt/bacula",
"Default": "",
"Mode": "rw",
"Description": "Path where backups will be stored on Host disk",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
{
"@attributes": {
"Name": "Bacula storage path",
"Target": "/mnt/bacula",
"Default": "",
"Mode": "rw",
"Description": "Path where backups will be stored on Host disk",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
"value": ""
},
{
"@attributes": {
"Name": "WEB Username",
"Target": "WEB_User",
"Default": "admin",
"Mode": "",
"Description": "WebUI Username",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
{
"@attributes": {
"Name": "WEB Username",
"Target": "WEB_User",
"Default": "admin",
"Mode": "",
"Description": "WebUI Username",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "admin"
},
"value": "admin"
},
{
"@attributes": {
"Name": "WEB User Password",
"Target": "WEB_Password",
"Default": "difficult",
"Mode": "",
"Description": "WebUI Password",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
{
"@attributes": {
"Name": "WEB User Password",
"Target": "WEB_Password",
"Default": "difficult",
"Mode": "",
"Description": "WebUI Password",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": "difficult"
},
"value": "difficult"
},
{
"@attributes": {
"Name": "Bacula Storage Port",
"Target": "9103",
"Default": "9103",
"Mode": "tcp",
"Description": "Clients connects to sending backups",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
{
"@attributes": {
"Name": "Bacula Storage Port",
"Target": "9103",
"Default": "9103",
"Mode": "tcp",
"Description": "Clients connects to sending backups",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "9103"
},
"value": "9103"
},
{
"@attributes": {
"Name": "Bacula WEB Port",
"Target": "9095",
"Default": "9095",
"Mode": "tcp",
"Description": "Bacula WEB Port",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
{
"@attributes": {
"Name": "Bacula WEB Port",
"Target": "9095",
"Default": "9095",
"Mode": "tcp",
"Description": "Bacula WEB Port",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "9095"
},
"value": "9095"
},
{
"@attributes": {
"Name": "Bacula working directory",
"Target": "/opt/bacula/working",
"Default": "/mnt/user/appdata/bacula-server/working",
"Mode": "rw",
"Description": "Path where bacula could write some data",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
{
"@attributes": {
"Name": "Bacula working directory",
"Target": "/opt/bacula/working",
"Default": "/mnt/user/appdata/bacula-server/working",
"Mode": "rw",
"Description": "Path where bacula could write some data",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
"value": ""
},
{
"@attributes": {
"Name": "Bacula config path",
"Target": "/opt/bacula/etc",
"Default": "/mnt/user/appdata/bacula-server/etc",
"Mode": "rw",
"Description": "Bacula Configuration path",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
{
"@attributes": {
"Name": "Bacula config path",
"Target": "/opt/bacula/etc",
"Default": "/mnt/user/appdata/bacula-server/etc",
"Mode": "rw",
"Description": "Bacula Configuration path",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
"value": ""
},
{
"@attributes": {
"Name": "Bacula log path",
"Target": "/opt/bacula/log",
"Default": "/mnt/user/appdata/bacula-server/log/bacula",
"Mode": "rw",
"Description": "Path where bacula's logs will be stored on Host disk",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
{
"@attributes": {
"Name": "Bacula log path",
"Target": "/opt/bacula/log",
"Default": "/mnt/user/appdata/bacula-server/log/bacula",
"Mode": "rw",
"Description": "Path where bacula's logs will be stored on Host disk",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
"value": ""
},
{
"@attributes": {
"Name": "Apache log path",
"Target": "/var/log/apache2",
"Default": "/mnt/user/appdata/bacula-server/log/apache2",
"Mode": "rw",
"Description": "Path where webserver logs will be stored",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
{
"@attributes": {
"Name": "Apache log path",
"Target": "/var/log/apache2",
"Default": "/mnt/user/appdata/bacula-server/log/apache2",
"Mode": "rw",
"Description": "Path where webserver logs will be stored",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
"value": ""
},
{
"@attributes": {
"Name": "Baculum config",
"Target": "/etc/baculum",
"Default": "/mnt/user/appdata/bacula-server/baculum",
"Mode": "rw",
"Description": "Path where WEB Interface configuration will be stored",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
{
"@attributes": {
"Name": "Baculum config",
"Target": "/etc/baculum",
"Default": "/mnt/user/appdata/bacula-server/baculum",
"Mode": "rw",
"Description": "Path where WEB Interface configuration will be stored",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
}
]
},
{
"Tag": "13-postgresql-latest",
"TagDescription": "version 13 with postgreSQL connector",
"Requires": "PostgreSQL",
"WebUI": "http://[IP]:[PORT:9097]/",
"Config": [
{
"@attributes": {
"Name": "TimeZone",
"Target": "TZ",
"Default": "Europe/Warsaw",
"Mode": "",
"Description": "Set Your Timezone",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "Europe/Warsaw"
},
"value": ""
}
]
},
{
"@attributes": {
"Name": "IP Address",
"Target": "SD_Host",
"Default": "",
"Mode": "",
"Description": "If You set bridge network, You should type in Unraid Host IP Address. This IP is sending to clients, which could connect to storage server using this IP",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Database IP Address",
"Target": "DB_Host",
"Default": "",
"Mode": "",
"Description": "PostgreSQL Server IP",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Database User",
"Target": "DB_User",
"Default": "",
"Mode": "",
"Description": "Database Username",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Database User's Password",
"Target": "DB_Password",
"Default": "",
"Mode": "",
"Description": "Database Password",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Bacula storage path",
"Target": "/mnt/bacula",
"Default": "",
"Mode": "rw",
"Description": "Path where backups will be stored on Host disk",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "WEB Username",
"Target": "WEB_User",
"Default": "admin",
"Mode": "",
"Description": "WebUI Username",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "admin"
},
{
"@attributes": {
"Name": "WEB User Password",
"Target": "WEB_Password",
"Default": "difficult",
"Mode": "",
"Description": "WebUI Password",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": "difficult"
},
{
"@attributes": {
"Name": "Bacula Storage Port",
"Target": "9103",
"Default": "9103",
"Mode": "tcp",
"Description": "Clients connects to sending backups",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "9103"
},
{
"@attributes": {
"Name": "Bacula WEB Port",
"Target": "9097",
"Default": "9097",
"Mode": "tcp",
"Description": "Bacula WEB Port",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "9097"
},
{
"@attributes": {
"Name": "Bacula working directory",
"Target": "/opt/bacula/working",
"Default": "/mnt/user/appdata/bacula-server/working",
"Mode": "rw",
"Description": "Path where bacula could write some data",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Bacula config path",
"Target": "/opt/bacula/etc",
"Default": "/mnt/user/appdata/bacula-server/etc",
"Mode": "rw",
"Description": "Bacula Configuration path",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Bacula log path",
"Target": "/opt/bacula/log",
"Default": "/mnt/user/appdata/bacula-server/log/bacula",
"Mode": "rw",
"Description": "Path where bacula's logs will be stored on Host disk",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Apache log path",
"Target": "/var/log/apache2",
"Default": "/mnt/user/appdata/bacula-server/log/apache2",
"Mode": "rw",
"Description": "Path where webserver logs will be stored",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Baculum config",
"Target": "/etc/bacularis",
"Default": "/mnt/user/appdata/bacula-server/bacularis",
"Mode": "rw",
"Description": "Path where WEB Interface configuration will be stored",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
}
]
},
{
"Tag": "13-sqlite3-latest",
"TagDescription": "version 13 with sqlite3 db",
"WebUI": "http://[IP]:[PORT:9097]/",
"Config": [
{
"@attributes": {
"Name": "TimeZone",
"Target": "TZ",
"Default": "Europe/Warsaw",
"Mode": "",
"Description": "Set Your Timezone",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "Europe/Warsaw"
},
{
"@attributes": {
"Name": "IP Address",
"Target": "SD_Host",
"Default": "",
"Mode": "",
"Description": "If You set bridge network, You should type in Unraid Host IP Address. This IP is sending to clients, which could connect to storage server using this IP",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Bacula storage path",
"Target": "/mnt/bacula",
"Default": "",
"Mode": "rw",
"Description": "Path where backups will be stored on Host disk",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "WEB Username",
"Target": "WEB_User",
"Default": "admin",
"Mode": "",
"Description": "WebUI Username",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "admin"
},
{
"@attributes": {
"Name": "WEB User Password",
"Target": "WEB_Password",
"Default": "difficult",
"Mode": "",
"Description": "WebUI Password",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": "difficult"
},
{
"@attributes": {
"Name": "Bacula Storage Port",
"Target": "9103",
"Default": "9103",
"Mode": "tcp",
"Description": "Clients connects to sending backups",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "9103"
},
{
"@attributes": {
"Name": "Bacula WEB Port",
"Target": "9097",
"Default": "9097",
"Mode": "tcp",
"Description": "Bacula WEB Port",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "9097"
},
{
"@attributes": {
"Name": "Email Recipient",
"Target": "EMAIL_Recipient",
"Default": "root",
"Mode": "",
"Description": "Email Recipient, You can delete this variable if You do not want to send bacula messages",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "root"
},
{
"@attributes": {
"Name": "Bacula working directory",
"Target": "/opt/bacula/working",
"Default": "/mnt/user/appdata/bacula-server/working",
"Mode": "rw",
"Description": "Path where sqlite3 db will be stored",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Bacula config path",
"Target": "/opt/bacula/etc",
"Default": "/mnt/user/appdata/bacula-server/etc",
"Mode": "rw",
"Description": "Bacula Configuration path",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Bacula log path",
"Target": "/opt/bacula/log",
"Default": "/mnt/user/appdata/bacula-server/log/bacula",
"Mode": "rw",
"Description": "Path where bacula's logs will be stored on Host disk",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Apache log path",
"Target": "/var/log/apache2",
"Default": "/mnt/user/appdata/bacula-server/log/apache2",
"Mode": "rw",
"Description": "Path where webserver logs will be stored",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Baculum config",
"Target": "/etc/bacularis",
"Default": "/mnt/user/appdata/bacula-server/bacularis",
"Mode": "rw",
"Description": "Path where WEB Interface configuration will be stored",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
}
]
}
],
"Network": "bridge",
"MinVer": "6.8",
"Shell": "bash",
@ -303658,9 +304067,9 @@
{
"Name": "ollama-webui",
"Repository": "ghcr.io/ollama-webui/ollama-webui:main",
"Registry": "https://github.com/ollama-webui/ollama-webui/pkgs/container/ollama-webui",
"Registry": "https://hub.docker.com/r/ollamawebui/ollama-webui",
"Network": "bridge",
"Shell": "sh",
"Shell": "bash",
"Privileged": "false",
"Support": "https://github.com/ollama-webui/ollama-webui/issues",
"Project": "https://github.com/ollama-webui/ollama-webui",
@ -303668,13 +304077,12 @@
"WebUI": "http://[IP]:[PORT:8080]/",
"TemplateURL": "https://raw.githubusercontent.com/Joly0/docker-templates/master/templates/ollama-webui.xml",
"Icon": "https://github.com/jmorganca/ollama/assets/3325447/56ea1849-1284-4645-8970-956de6e51c3c?raw=1",
"Requires": "ollama",
"Config": [
{
"@attributes": {
"Name": "WebUI",
"Target": "8080",
"Default": "3000",
"Default": "8080",
"Mode": "tcp",
"Description": "",
"Type": "Port",
@ -303682,7 +304090,7 @@
"Required": "false",
"Mask": "false"
},
"value": "3000"
"value": "8080"
},
{
"@attributes": {
@ -303696,7 +304104,21 @@
"Required": "false",
"Mask": "false"
},
"value": "http://OLLAMA-IP:11434"
"value": "http://OLLAMA-IP:11434/api"
},
{
"@attributes": {
"Name": "Data",
"Target": "/app/backend/data",
"Default": "",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/ollama-webui"
}
],
"Repo": "joly0's Repository",

View File

@ -1,7 +1,7 @@
{
"apps": 2209,
"last_updated_timestamp": 1704323155,
"last_updated": "2024-01-03 18:05",
"last_updated_timestamp": 1704330349,
"last_updated": "2024-01-03 20:05",
"categories": [
{
"Cat": "Backup:",
@ -225225,223 +225225,632 @@
"Name": "Bacula-Server",
"Repository": "pwa666/bacula-server:11-sqlite3-latest",
"Registry": "https://hub.docker.com/r/pwa666/bacula-server",
"Branch": {
"Tag": "11-postgresql-latest",
"TagDescription": "version 11 with postgreSQL connector",
"Requires": "PostgreSQL",
"Config": [
{
"@attributes": {
"Name": "TimeZone",
"Target": "TZ",
"Default": "Europe/Warsaw",
"Mode": "",
"Description": "Set Your Timezone",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
"Branch": [
{
"Tag": "11-postgresql-latest",
"TagDescription": "version 11 with postgreSQL connector",
"Requires": "PostgreSQL",
"Config": [
{
"@attributes": {
"Name": "TimeZone",
"Target": "TZ",
"Default": "Europe/Warsaw",
"Mode": "",
"Description": "Set Your Timezone",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "Europe/Warsaw"
},
"value": "Europe/Warsaw"
},
{
"@attributes": {
"Name": "IP Address",
"Target": "SD_Host",
"Default": "",
"Mode": "",
"Description": "If You set bridge network, You should type in Unraid Host IP Address. This IP is sending to clients, which could connect to storage server using this IP",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
{
"@attributes": {
"Name": "IP Address",
"Target": "SD_Host",
"Default": "",
"Mode": "",
"Description": "If You set bridge network, You should type in Unraid Host IP Address. This IP is sending to clients, which could connect to storage server using this IP",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
"value": ""
},
{
"@attributes": {
"Name": "Database IP Address",
"Target": "DB_Host",
"Default": "",
"Mode": "",
"Description": "PostgreSQL Server IP",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
{
"@attributes": {
"Name": "Database IP Address",
"Target": "DB_Host",
"Default": "",
"Mode": "",
"Description": "PostgreSQL Server IP",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
"value": ""
},
{
"@attributes": {
"Name": "Database User",
"Target": "DB_User",
"Default": "",
"Mode": "",
"Description": "Database Username",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
{
"@attributes": {
"Name": "Database User",
"Target": "DB_User",
"Default": "",
"Mode": "",
"Description": "Database Username",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
"value": ""
},
{
"@attributes": {
"Name": "Database User's Password",
"Target": "DB_Password",
"Default": "",
"Mode": "",
"Description": "Database Password",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
{
"@attributes": {
"Name": "Database User's Password",
"Target": "DB_Password",
"Default": "",
"Mode": "",
"Description": "Database Password",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
"value": ""
},
{
"@attributes": {
"Name": "Bacula storage path",
"Target": "/mnt/bacula",
"Default": "",
"Mode": "rw",
"Description": "Path where backups will be stored on Host disk",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
{
"@attributes": {
"Name": "Bacula storage path",
"Target": "/mnt/bacula",
"Default": "",
"Mode": "rw",
"Description": "Path where backups will be stored on Host disk",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
"value": ""
},
{
"@attributes": {
"Name": "WEB Username",
"Target": "WEB_User",
"Default": "admin",
"Mode": "",
"Description": "WebUI Username",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
{
"@attributes": {
"Name": "WEB Username",
"Target": "WEB_User",
"Default": "admin",
"Mode": "",
"Description": "WebUI Username",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "admin"
},
"value": "admin"
},
{
"@attributes": {
"Name": "WEB User Password",
"Target": "WEB_Password",
"Default": "difficult",
"Mode": "",
"Description": "WebUI Password",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
{
"@attributes": {
"Name": "WEB User Password",
"Target": "WEB_Password",
"Default": "difficult",
"Mode": "",
"Description": "WebUI Password",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": "difficult"
},
"value": "difficult"
},
{
"@attributes": {
"Name": "Bacula Storage Port",
"Target": "9103",
"Default": "9103",
"Mode": "tcp",
"Description": "Clients connects to sending backups",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
{
"@attributes": {
"Name": "Bacula Storage Port",
"Target": "9103",
"Default": "9103",
"Mode": "tcp",
"Description": "Clients connects to sending backups",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "9103"
},
"value": "9103"
},
{
"@attributes": {
"Name": "Bacula WEB Port",
"Target": "9095",
"Default": "9095",
"Mode": "tcp",
"Description": "Bacula WEB Port",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
{
"@attributes": {
"Name": "Bacula WEB Port",
"Target": "9095",
"Default": "9095",
"Mode": "tcp",
"Description": "Bacula WEB Port",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "9095"
},
"value": "9095"
},
{
"@attributes": {
"Name": "Bacula working directory",
"Target": "/opt/bacula/working",
"Default": "/mnt/user/appdata/bacula-server/working",
"Mode": "rw",
"Description": "Path where bacula could write some data",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
{
"@attributes": {
"Name": "Bacula working directory",
"Target": "/opt/bacula/working",
"Default": "/mnt/user/appdata/bacula-server/working",
"Mode": "rw",
"Description": "Path where bacula could write some data",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
"value": ""
},
{
"@attributes": {
"Name": "Bacula config path",
"Target": "/opt/bacula/etc",
"Default": "/mnt/user/appdata/bacula-server/etc",
"Mode": "rw",
"Description": "Bacula Configuration path",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
{
"@attributes": {
"Name": "Bacula config path",
"Target": "/opt/bacula/etc",
"Default": "/mnt/user/appdata/bacula-server/etc",
"Mode": "rw",
"Description": "Bacula Configuration path",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
"value": ""
},
{
"@attributes": {
"Name": "Bacula log path",
"Target": "/opt/bacula/log",
"Default": "/mnt/user/appdata/bacula-server/log/bacula",
"Mode": "rw",
"Description": "Path where bacula's logs will be stored on Host disk",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
{
"@attributes": {
"Name": "Bacula log path",
"Target": "/opt/bacula/log",
"Default": "/mnt/user/appdata/bacula-server/log/bacula",
"Mode": "rw",
"Description": "Path where bacula's logs will be stored on Host disk",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
"value": ""
},
{
"@attributes": {
"Name": "Apache log path",
"Target": "/var/log/apache2",
"Default": "/mnt/user/appdata/bacula-server/log/apache2",
"Mode": "rw",
"Description": "Path where webserver logs will be stored",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
{
"@attributes": {
"Name": "Apache log path",
"Target": "/var/log/apache2",
"Default": "/mnt/user/appdata/bacula-server/log/apache2",
"Mode": "rw",
"Description": "Path where webserver logs will be stored",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
"value": ""
},
{
"@attributes": {
"Name": "Baculum config",
"Target": "/etc/baculum",
"Default": "/mnt/user/appdata/bacula-server/baculum",
"Mode": "rw",
"Description": "Path where WEB Interface configuration will be stored",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
{
"@attributes": {
"Name": "Baculum config",
"Target": "/etc/baculum",
"Default": "/mnt/user/appdata/bacula-server/baculum",
"Mode": "rw",
"Description": "Path where WEB Interface configuration will be stored",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
}
]
},
{
"Tag": "13-postgresql-latest",
"TagDescription": "version 13 with postgreSQL connector",
"Requires": "PostgreSQL",
"WebUI": "http://[IP]:[PORT:9097]/",
"Config": [
{
"@attributes": {
"Name": "TimeZone",
"Target": "TZ",
"Default": "Europe/Warsaw",
"Mode": "",
"Description": "Set Your Timezone",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "Europe/Warsaw"
},
"value": ""
}
]
},
{
"@attributes": {
"Name": "IP Address",
"Target": "SD_Host",
"Default": "",
"Mode": "",
"Description": "If You set bridge network, You should type in Unraid Host IP Address. This IP is sending to clients, which could connect to storage server using this IP",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Database IP Address",
"Target": "DB_Host",
"Default": "",
"Mode": "",
"Description": "PostgreSQL Server IP",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Database User",
"Target": "DB_User",
"Default": "",
"Mode": "",
"Description": "Database Username",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Database User's Password",
"Target": "DB_Password",
"Default": "",
"Mode": "",
"Description": "Database Password",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Bacula storage path",
"Target": "/mnt/bacula",
"Default": "",
"Mode": "rw",
"Description": "Path where backups will be stored on Host disk",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "WEB Username",
"Target": "WEB_User",
"Default": "admin",
"Mode": "",
"Description": "WebUI Username",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "admin"
},
{
"@attributes": {
"Name": "WEB User Password",
"Target": "WEB_Password",
"Default": "difficult",
"Mode": "",
"Description": "WebUI Password",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": "difficult"
},
{
"@attributes": {
"Name": "Bacula Storage Port",
"Target": "9103",
"Default": "9103",
"Mode": "tcp",
"Description": "Clients connects to sending backups",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "9103"
},
{
"@attributes": {
"Name": "Bacula WEB Port",
"Target": "9097",
"Default": "9097",
"Mode": "tcp",
"Description": "Bacula WEB Port",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "9097"
},
{
"@attributes": {
"Name": "Bacula working directory",
"Target": "/opt/bacula/working",
"Default": "/mnt/user/appdata/bacula-server/working",
"Mode": "rw",
"Description": "Path where bacula could write some data",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Bacula config path",
"Target": "/opt/bacula/etc",
"Default": "/mnt/user/appdata/bacula-server/etc",
"Mode": "rw",
"Description": "Bacula Configuration path",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Bacula log path",
"Target": "/opt/bacula/log",
"Default": "/mnt/user/appdata/bacula-server/log/bacula",
"Mode": "rw",
"Description": "Path where bacula's logs will be stored on Host disk",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Apache log path",
"Target": "/var/log/apache2",
"Default": "/mnt/user/appdata/bacula-server/log/apache2",
"Mode": "rw",
"Description": "Path where webserver logs will be stored",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Baculum config",
"Target": "/etc/bacularis",
"Default": "/mnt/user/appdata/bacula-server/bacularis",
"Mode": "rw",
"Description": "Path where WEB Interface configuration will be stored",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
}
]
},
{
"Tag": "13-sqlite3-latest",
"TagDescription": "version 13 with sqlite3 db",
"WebUI": "http://[IP]:[PORT:9097]/",
"Config": [
{
"@attributes": {
"Name": "TimeZone",
"Target": "TZ",
"Default": "Europe/Warsaw",
"Mode": "",
"Description": "Set Your Timezone",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "Europe/Warsaw"
},
{
"@attributes": {
"Name": "IP Address",
"Target": "SD_Host",
"Default": "",
"Mode": "",
"Description": "If You set bridge network, You should type in Unraid Host IP Address. This IP is sending to clients, which could connect to storage server using this IP",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Bacula storage path",
"Target": "/mnt/bacula",
"Default": "",
"Mode": "rw",
"Description": "Path where backups will be stored on Host disk",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "WEB Username",
"Target": "WEB_User",
"Default": "admin",
"Mode": "",
"Description": "WebUI Username",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "admin"
},
{
"@attributes": {
"Name": "WEB User Password",
"Target": "WEB_Password",
"Default": "difficult",
"Mode": "",
"Description": "WebUI Password",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": "difficult"
},
{
"@attributes": {
"Name": "Bacula Storage Port",
"Target": "9103",
"Default": "9103",
"Mode": "tcp",
"Description": "Clients connects to sending backups",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "9103"
},
{
"@attributes": {
"Name": "Bacula WEB Port",
"Target": "9097",
"Default": "9097",
"Mode": "tcp",
"Description": "Bacula WEB Port",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "9097"
},
{
"@attributes": {
"Name": "Email Recipient",
"Target": "EMAIL_Recipient",
"Default": "root",
"Mode": "",
"Description": "Email Recipient, You can delete this variable if You do not want to send bacula messages",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "root"
},
{
"@attributes": {
"Name": "Bacula working directory",
"Target": "/opt/bacula/working",
"Default": "/mnt/user/appdata/bacula-server/working",
"Mode": "rw",
"Description": "Path where sqlite3 db will be stored",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Bacula config path",
"Target": "/opt/bacula/etc",
"Default": "/mnt/user/appdata/bacula-server/etc",
"Mode": "rw",
"Description": "Bacula Configuration path",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Bacula log path",
"Target": "/opt/bacula/log",
"Default": "/mnt/user/appdata/bacula-server/log/bacula",
"Mode": "rw",
"Description": "Path where bacula's logs will be stored on Host disk",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Apache log path",
"Target": "/var/log/apache2",
"Default": "/mnt/user/appdata/bacula-server/log/apache2",
"Mode": "rw",
"Description": "Path where webserver logs will be stored",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Baculum config",
"Target": "/etc/bacularis",
"Default": "/mnt/user/appdata/bacula-server/bacularis",
"Mode": "rw",
"Description": "Path where WEB Interface configuration will be stored",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
}
]
}
],
"Network": "bridge",
"MinVer": "6.8",
"Shell": "bash",
@ -303820,9 +304229,9 @@
{
"Name": "ollama-webui",
"Repository": "ghcr.io/ollama-webui/ollama-webui:main",
"Registry": "https://github.com/ollama-webui/ollama-webui/pkgs/container/ollama-webui",
"Registry": "https://hub.docker.com/r/ollamawebui/ollama-webui",
"Network": "bridge",
"Shell": "sh",
"Shell": "bash",
"Privileged": "false",
"Support": "https://github.com/ollama-webui/ollama-webui/issues",
"Project": "https://github.com/ollama-webui/ollama-webui",
@ -303830,13 +304239,12 @@
"WebUI": "http://[IP]:[PORT:8080]/",
"TemplateURL": "https://raw.githubusercontent.com/Joly0/docker-templates/master/templates/ollama-webui.xml",
"Icon": "https://github.com/jmorganca/ollama/assets/3325447/56ea1849-1284-4645-8970-956de6e51c3c?raw=1",
"Requires": "ollama",
"Config": [
{
"@attributes": {
"Name": "WebUI",
"Target": "8080",
"Default": "3000",
"Default": "8080",
"Mode": "tcp",
"Description": "",
"Type": "Port",
@ -303844,7 +304252,7 @@
"Required": "false",
"Mask": "false"
},
"value": "3000"
"value": "8080"
},
{
"@attributes": {
@ -303858,7 +304266,21 @@
"Required": "false",
"Mask": "false"
},
"value": "http://OLLAMA-IP:11434"
"value": "http://OLLAMA-IP:11434/api"
},
{
"@attributes": {
"Name": "Data",
"Target": "/app/backend/data",
"Default": "",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/ollama-webui"
}
],
"Repo": "joly0's Repository",

View File

@ -303657,8 +303657,8 @@
},
{
"Name": "ollama-webui",
"Repository": "ollamawebui/ollama-webui:latest",
"Registry": "https://hub.docker.com/r/ollamawebui/ollama-webui",
"Repository": "ghcr.io/ollama-webui/ollama-webui:main",
"Registry": "https://github.com/ollama-webui/ollama-webui/pkgs/container/ollama-webui",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
@ -303700,16 +303700,14 @@
}
],
"Repo": "joly0's Repository",
"Official": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/joly0sRepository/templates/ollama-webui.xml",
"CategoryList": [
"Tools-Utilities",
"Network-Web"
],
"downloads": 688,
"stars": 4,
"LastUpdateScan": 1702314374,
"LastUpdate": 1699231784,
"FirstSeen": 1699716998
"LastUpdateScan": 1703106393,
"FirstSeen": 1700507206
},
{
"Name": "nightscout-librelink-up-uploader",