mirror of
https://github.com/Squidly271/AppFeed.git
synced 2025-05-08 01:54:27 +00:00
Update
This commit is contained in:
parent
9b63ef2f27
commit
aea8ac0780
@ -1,3 +1,3 @@
|
||||
{
|
||||
"last_updated_timestamp": 1721513197
|
||||
"last_updated_timestamp": 1721534792
|
||||
}
|
@ -290598,6 +290598,119 @@
|
||||
"topTrending": 0.10200000000000004,
|
||||
"topPerforming": 0.534
|
||||
},
|
||||
{
|
||||
"Name": "Docmost",
|
||||
"Repository": "docmost/docmost:latest",
|
||||
"Beta": "true",
|
||||
"Registry": "https://hub.docker.com/r/docmost/docmost",
|
||||
"Network": "bridge",
|
||||
"Shell": "sh",
|
||||
"Privileged": "false",
|
||||
"Project": "https://github.com/docmost/docmost",
|
||||
"Overview": "Open-source collaborative wiki and documentation software\r\nCreate, collaborate, and share knowledge seamlessly with Docmost.\r\nIdeal for managing your wiki, knowledge-base, documentation and a lot more.\r\n\r\nRequire before deploying:\r\n - Postgres \r\n - redis",
|
||||
"WebUI": "https://[IP]:[PORT:3000]",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/devzwf/unraid-docker-templates/master/docmost.xml",
|
||||
"Icon": "https://raw.githubusercontent.com/devzwf/unraid-docker-templates/main/images/docmost-logo.png",
|
||||
"ExtraParams": "--restart=unless-stopped",
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Storage",
|
||||
"Target": "/app/data/storage",
|
||||
"Default": "",
|
||||
"Mode": "rw",
|
||||
"Description": "",
|
||||
"Type": "Path",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/mnt/apps/appdata/docmost/data"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Application URL",
|
||||
"Target": "APP_URL",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "The base URL of your application. It is optional, but useful for correct email links.",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Application Secret",
|
||||
"Target": "APP_SECRET",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "A random key used for application security.",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "REPLACE_WITH_LONG_SECRET"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Database URL",
|
||||
"Target": "DATABASE_URL",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "The connection URL for your PostgreSQL database.\rExemple : postgresql://docmost:STRONG_DB_PASSWORD@db:5432/docmost?schema=public",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Redis URL",
|
||||
"Target": "REDIS_URL",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "The connection URL for your Redis server.\rexemple : redis://127.0.0.1:6379",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "WebUI",
|
||||
"Target": "3000",
|
||||
"Default": "3000",
|
||||
"Mode": "tcp",
|
||||
"Description": "The port on which the application will run.",
|
||||
"Type": "Port",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "3000"
|
||||
}
|
||||
],
|
||||
"Repo": "ZappyZap's Repository",
|
||||
"Official": true,
|
||||
"ChangeLogPresent": true,
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/ZappyZapsRepository/docmost.xml",
|
||||
"CategoryList": [
|
||||
"Productivity",
|
||||
"Tools-Utilities"
|
||||
],
|
||||
"downloads": 7689,
|
||||
"LastUpdate": 1721496618,
|
||||
"LastUpdateScan": 1721534787,
|
||||
"FirstSeen": 1721534787
|
||||
},
|
||||
{
|
||||
"Name": "esphome-libretiny",
|
||||
"Repository": "ghcr.io/libretiny-eu/libretiny-esphome-docker:latest",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"apps": 2323,
|
||||
"last_updated_timestamp": 1721513197,
|
||||
"last_updated": "2024-07-20 18:06",
|
||||
"apps": 2324,
|
||||
"last_updated_timestamp": 1721534792,
|
||||
"last_updated": "2024-07-21 00:06",
|
||||
"categories": [
|
||||
{
|
||||
"Cat": "AI:",
|
||||
@ -2944,8 +2944,8 @@
|
||||
],
|
||||
"downloads": 17071673,
|
||||
"stars": 84,
|
||||
"LastUpdate": 1721261938,
|
||||
"LastUpdateScan": 1721513191,
|
||||
"LastUpdate": 1721261938,
|
||||
"FirstSeen": 1721513191
|
||||
},
|
||||
{
|
||||
@ -290764,6 +290764,119 @@
|
||||
"topTrending": 0.10200000000000004,
|
||||
"topPerforming": 0.534
|
||||
},
|
||||
{
|
||||
"Name": "Docmost",
|
||||
"Repository": "docmost/docmost:latest",
|
||||
"Beta": "true",
|
||||
"Registry": "https://hub.docker.com/r/docmost/docmost",
|
||||
"Network": "bridge",
|
||||
"Shell": "sh",
|
||||
"Privileged": "false",
|
||||
"Project": "https://github.com/docmost/docmost",
|
||||
"Overview": "Open-source collaborative wiki and documentation software\r\nCreate, collaborate, and share knowledge seamlessly with Docmost.\r\nIdeal for managing your wiki, knowledge-base, documentation and a lot more.\r\n\r\nRequire before deploying:\r\n - Postgres \r\n - redis",
|
||||
"WebUI": "https://[IP]:[PORT:3000]",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/devzwf/unraid-docker-templates/master/docmost.xml",
|
||||
"Icon": "https://raw.githubusercontent.com/devzwf/unraid-docker-templates/main/images/docmost-logo.png",
|
||||
"ExtraParams": "--restart=unless-stopped",
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Storage",
|
||||
"Target": "/app/data/storage",
|
||||
"Default": "",
|
||||
"Mode": "rw",
|
||||
"Description": "",
|
||||
"Type": "Path",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/mnt/apps/appdata/docmost/data"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Application URL",
|
||||
"Target": "APP_URL",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "The base URL of your application. It is optional, but useful for correct email links.",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Application Secret",
|
||||
"Target": "APP_SECRET",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "A random key used for application security.",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "REPLACE_WITH_LONG_SECRET"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Database URL",
|
||||
"Target": "DATABASE_URL",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "The connection URL for your PostgreSQL database.\rExemple : postgresql://docmost:STRONG_DB_PASSWORD@db:5432/docmost?schema=public",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Redis URL",
|
||||
"Target": "REDIS_URL",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "The connection URL for your Redis server.\rexemple : redis://127.0.0.1:6379",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "WebUI",
|
||||
"Target": "3000",
|
||||
"Default": "3000",
|
||||
"Mode": "tcp",
|
||||
"Description": "The port on which the application will run.",
|
||||
"Type": "Port",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "3000"
|
||||
}
|
||||
],
|
||||
"Repo": "ZappyZap's Repository",
|
||||
"Official": true,
|
||||
"ChangeLogPresent": true,
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/ZappyZapsRepository/docmost.xml",
|
||||
"CategoryList": [
|
||||
"Productivity",
|
||||
"Tools-Utilities"
|
||||
],
|
||||
"downloads": 7689,
|
||||
"LastUpdate": 1721496618,
|
||||
"LastUpdateScan": 1721534787,
|
||||
"FirstSeen": 1721534787
|
||||
},
|
||||
{
|
||||
"Name": "esphome-libretiny",
|
||||
"Repository": "ghcr.io/libretiny-eu/libretiny-esphome-docker:latest",
|
||||
@ -316731,8 +316844,8 @@
|
||||
"Backup"
|
||||
],
|
||||
"downloads": 329,
|
||||
"LastUpdate": 1690245489,
|
||||
"LastUpdateScan": 1721513197,
|
||||
"LastUpdate": 1690245489,
|
||||
"FirstSeen": 1690325096
|
||||
},
|
||||
{
|
||||
|
@ -3389,5 +3389,6 @@
|
||||
"getmeili/meilisearch:1.9.0": 1721354780,
|
||||
"lscr.io/linuxserver/kali-linux": 1721419596,
|
||||
"imthai/opencanary": 1721419597,
|
||||
"getmeili/meilisearch:v1.9.0": 1721513191
|
||||
"getmeili/meilisearch:v1.9.0": 1721513191,
|
||||
"docmost/docmost:latest": 1721534787
|
||||
}
|
8
log.txt
8
log.txt
@ -3347,6 +3347,7 @@ Processing /tmp/appFeed/templates/ZappyZapsRepository/binner.xml...Success
|
||||
Processing /tmp/appFeed/templates/ZappyZapsRepository/blocky.xml...Success
|
||||
Processing /tmp/appFeed/templates/ZappyZapsRepository/ca_profile.xml...FOUND PROFILE
|
||||
Processing /tmp/appFeed/templates/ZappyZapsRepository/cups-airprint.xml...Success
|
||||
Processing /tmp/appFeed/templates/ZappyZapsRepository/docmost.xml...Success
|
||||
Processing /tmp/appFeed/templates/ZappyZapsRepository/deprecated/esphome-libretiny.xml... ***DEPRECATED BY REPO PATH*** Success
|
||||
Processing /tmp/appFeed/templates/ZappyZapsRepository/deprecated/esphome-libretuya.xml... ***DEPRECATED BY REPO PATH*** Success
|
||||
Processing /tmp/appFeed/templates/ZappyZapsRepository/glance.xml...Success
|
||||
@ -4245,12 +4246,11 @@ Processing /tmp/appFeed/templates/bendysRepository/sonarrtorss/sonarrtorss.xml..
|
||||
|
||||
Updating stats on containers
|
||||
|
||||
docmost/docmost
|
||||
docmost/docmost:latest Downloads: 7689 Stars: 0 Base: unknown
|
||||
Pulling docmost/docmost:latest
|
||||
Privileged: 103
|
||||
|
||||
|
||||
|
||||
No change to feed
|
||||
|
||||
|
||||
Updating GitHub
|
||||
|
||||
|
@ -90840,5 +90840,16 @@
|
||||
"downloadtrend": null,
|
||||
"trendsDate": null,
|
||||
"LastUpdate": 1721261938
|
||||
},
|
||||
"docmost/docmost:latest": {
|
||||
"Base": null,
|
||||
"Downloads": 7689,
|
||||
"Stars": null,
|
||||
"Time": 1721534787,
|
||||
"trending": null,
|
||||
"trends": null,
|
||||
"downloadtrend": null,
|
||||
"trendsDate": null,
|
||||
"LastUpdate": 1721496618
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user