This commit is contained in:
Andrew Z 2024-07-24 08:06:36 -04:00
parent e62b3724a8
commit 6af7b25063
3 changed files with 152 additions and 4 deletions

View File

@ -31635,8 +31635,8 @@
"ChangeLogPresent": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/linuxserversRepository/unraid/manyfold.xml",
"downloads": 309,
"LastUpdate": 1721814265,
"LastUpdateScan": 1721815587,
"LastUpdate": 1721814265,
"FirstSeen": 1721815587
},
{

View File

@ -4251,11 +4251,12 @@ Processing /tmp/appFeed/templates/bendysRepository/sonarrtorss/sonarrtorss.xml..
Updating stats on containers
linuxserver/manyfold
lscr.io/linuxserver/manyfold Downloads: 309 Stars: 0 Base: unknown
Pulling lscr.io/linuxserver/manyfold
Privileged: 103
No change to feed
Updating GitHub

View File

@ -31492,6 +31492,153 @@
"topTrending": -0.008999999999999998,
"topPerforming": 0.029
},
{
"Name": "manyfold",
"Repository": "lscr.io/linuxserver/manyfold",
"Registry": "https://github.com/orgs/linuxserver/packages/container/package/manyfold",
"DonateText": "Donations",
"DonateLink": "https://www.linuxserver.io/donate",
"Network": "bridge",
"Privileged": "false",
"Support": "https://github.com/linuxserver/docker-manyfold/issues/new/choose",
"Shell": "bash",
"GitHub": "https://github.com/linuxserver/docker-manyfold#application-setup",
"ReadMe": "https://github.com/linuxserver/docker-manyfold#readme",
"Project": "https://github.com/manyfold3d/manyfold/",
"Overview": "Manyfold(https://github.com/manyfold3d/manyfold/) is an open source, self-hosted web application for managing a collection of 3D models, particularly focused on 3D printing.",
"WebUI": "http://[IP]:[PORT:3214]",
"TemplateURL": "https://raw.githubusercontent.com/linuxserver/templates/master/unraid/manyfold.xml",
"Icon": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/manyfold-logo.png",
"Config": [
{
"@attributes": {
"Name": "WebUI",
"Target": "3214",
"Default": "3214",
"Mode": "tcp",
"Description": "Port for web frontend",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Appdata",
"Target": "/config",
"Default": "",
"Mode": "rw",
"Description": "Persistent storage for application configuration data.",
"Type": "Path",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Path: /libraries",
"Target": "/libraries",
"Default": "",
"Mode": "rw",
"Description": "Location of your 3D model libraries.",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "DATABASE_URL",
"Target": "DATABASE_URL",
"Default": "",
"Description": "Database connection URL. For sqlite use `sqlite3:/config/manyfold.sqlite3`. For postgres or mariadb use `scheme://username:password@hostname:port/db name` where `scheme` is `postgresql` or `mysql2`. Special characters in username/password must be URL encoded(https://en.wikipedia.org/wiki/Percent-encoding).",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "REDIS_URL",
"Target": "REDIS_URL",
"Default": "",
"Description": "Redis/Valkey database URL in `redis://hostname:port/db number` format.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "SECRET_KEY_BASE",
"Target": "SECRET_KEY_BASE",
"Default": "",
"Description": "Browser session secret. Changing it will terminate all active browser sessions.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "PUID",
"Target": "PUID",
"Default": "99",
"Description": "Container Variable: PUID",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PGID",
"Target": "PGID",
"Default": "100",
"Description": "Container Variable: PGID",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "UMASK",
"Target": "UMASK",
"Default": "022",
"Description": "Container Variable: UMASK",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
}
],
"Repo": "linuxserver's Repository",
"ChangeLogPresent": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/linuxserversRepository/unraid/manyfold.xml",
"downloads": 309,
"LastUpdate": 1721814265,
"LastUpdateScan": 1721815587,
"FirstSeen": 1721815587
},
{
"Name": "mariadb",
"Repository": "lscr.io/linuxserver/mariadb",