mirror of
https://github.com/Squidly271/AppFeed.git
synced 2025-05-02 12:33:55 +00:00
Update
This commit is contained in:
parent
1e72e61a4e
commit
aef8ffb1f8
@ -1,3 +1,3 @@
|
||||
{
|
||||
"last_updated_timestamp": 1608037732
|
||||
"last_updated_timestamp": 1608045614
|
||||
}
|
@ -174286,5 +174286,197 @@
|
||||
"downloads": 1707,
|
||||
"LastUpdateScan": 1607984248,
|
||||
"FirstSeen": 1607984248
|
||||
},
|
||||
{
|
||||
"Name": "OpenBudgeteer",
|
||||
"Repository": "axelander/openbudgeteer",
|
||||
"Registry": "https://hub.docker.com/r/axelander/openbudgeteer",
|
||||
"Network": "bridge",
|
||||
"Shell": "sh",
|
||||
"Privileged": "false",
|
||||
"Project": "https://gitlab.com/Axelander/openbudgeteer",
|
||||
"Overview": "OpenBudgeteer is a budgeting app based on the Bucket Budgeting Principle",
|
||||
"WebUI": "http://[IP]:[PORT:80]",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/TheAxelander/unraid_ca/master/OpenBudgeteer.xml",
|
||||
"Icon": "https://gitlab.com/Axelander/openbudgeteer/-/raw/master/icon.png",
|
||||
"PostArgs": "",
|
||||
"CPUset": "",
|
||||
"Networking": {
|
||||
"Mode": "bridge",
|
||||
"Publish": {
|
||||
"Port": {
|
||||
"HostPort": "6000",
|
||||
"ContainerPort": "80",
|
||||
"Protocol": "tcp"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Data": {
|
||||
"Volume": {
|
||||
"HostDir": "",
|
||||
"ContainerDir": "/app/database",
|
||||
"Mode": "rw"
|
||||
}
|
||||
},
|
||||
"Environment": {
|
||||
"Variable": [
|
||||
{
|
||||
"Value": "",
|
||||
"Name": "Connection:Provider",
|
||||
"Mode": ""
|
||||
},
|
||||
{
|
||||
"Value": "",
|
||||
"Name": "Connection:Server",
|
||||
"Mode": ""
|
||||
},
|
||||
{
|
||||
"Value": "",
|
||||
"Name": "Connection:Port",
|
||||
"Mode": ""
|
||||
},
|
||||
{
|
||||
"Value": "",
|
||||
"Name": "Connection:Database",
|
||||
"Mode": ""
|
||||
},
|
||||
{
|
||||
"Value": "",
|
||||
"Name": "Connection:User",
|
||||
"Mode": ""
|
||||
},
|
||||
{
|
||||
"Value": "",
|
||||
"Name": "Connection:Password",
|
||||
"Mode": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "WebUI",
|
||||
"Target": "80",
|
||||
"Default": "",
|
||||
"Mode": "tcp",
|
||||
"Description": "Container Port: 80",
|
||||
"Type": "Port",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "6000"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Database Provider",
|
||||
"Target": "Connection:Provider",
|
||||
"Default": "mysql",
|
||||
"Mode": "",
|
||||
"Description": "mysql or sqlite",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Database Server",
|
||||
"Target": "Connection:Server",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "IP address of database server (mysql only)",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Database Port",
|
||||
"Target": "Connection:Port",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "Port of database server (mysql only)",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Database Name",
|
||||
"Target": "Connection:Database",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "Name of the database (mysql only)",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Database User",
|
||||
"Target": "Connection:User",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "Database user (mysql only)",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Database Password",
|
||||
"Target": "Connection:Password",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "Password of database user (mysql only)",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Sqlite Databse Path",
|
||||
"Target": "/app/database",
|
||||
"Default": "",
|
||||
"Mode": "rw",
|
||||
"Description": "Path of local sqlite database (sqlite only)",
|
||||
"Type": "Path",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
}
|
||||
],
|
||||
"Repo": "Axelander's Repository",
|
||||
"Date": "1607942823",
|
||||
"Category": "Productivity: Tools:Utilities",
|
||||
"Description": "OpenBudgeteer is a budgeting app based on the Bucket Budgeting Principle",
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/AxelandersRepository/OpenBudgeteer.xml",
|
||||
"CategoryList": [
|
||||
"Productivity",
|
||||
"Tools-Utilities"
|
||||
],
|
||||
"downloads": 438,
|
||||
"LastUpdateScan": 1608045586,
|
||||
"FirstSeen": 1608045586
|
||||
}
|
||||
]
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"apps": 1067,
|
||||
"last_updated_timestamp": 1608037732,
|
||||
"last_updated": "2020-12-15 08:08",
|
||||
"apps": 1068,
|
||||
"last_updated_timestamp": 1608045614,
|
||||
"last_updated": "2020-12-15 10:20",
|
||||
"categories": [
|
||||
{
|
||||
"Cat": "Backup:",
|
||||
@ -174440,6 +174440,198 @@
|
||||
"downloads": 1707,
|
||||
"LastUpdateScan": 1607984248,
|
||||
"FirstSeen": 1607984248
|
||||
},
|
||||
{
|
||||
"Name": "OpenBudgeteer",
|
||||
"Repository": "axelander/openbudgeteer",
|
||||
"Registry": "https://hub.docker.com/r/axelander/openbudgeteer",
|
||||
"Network": "bridge",
|
||||
"Shell": "sh",
|
||||
"Privileged": "false",
|
||||
"Project": "https://gitlab.com/Axelander/openbudgeteer",
|
||||
"Overview": "OpenBudgeteer is a budgeting app based on the Bucket Budgeting Principle",
|
||||
"WebUI": "http://[IP]:[PORT:80]",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/TheAxelander/unraid_ca/master/OpenBudgeteer.xml",
|
||||
"Icon": "https://gitlab.com/Axelander/openbudgeteer/-/raw/master/icon.png",
|
||||
"PostArgs": "",
|
||||
"CPUset": "",
|
||||
"Networking": {
|
||||
"Mode": "bridge",
|
||||
"Publish": {
|
||||
"Port": {
|
||||
"HostPort": "6000",
|
||||
"ContainerPort": "80",
|
||||
"Protocol": "tcp"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Data": {
|
||||
"Volume": {
|
||||
"HostDir": "",
|
||||
"ContainerDir": "/app/database",
|
||||
"Mode": "rw"
|
||||
}
|
||||
},
|
||||
"Environment": {
|
||||
"Variable": [
|
||||
{
|
||||
"Value": "",
|
||||
"Name": "Connection:Provider",
|
||||
"Mode": ""
|
||||
},
|
||||
{
|
||||
"Value": "",
|
||||
"Name": "Connection:Server",
|
||||
"Mode": ""
|
||||
},
|
||||
{
|
||||
"Value": "",
|
||||
"Name": "Connection:Port",
|
||||
"Mode": ""
|
||||
},
|
||||
{
|
||||
"Value": "",
|
||||
"Name": "Connection:Database",
|
||||
"Mode": ""
|
||||
},
|
||||
{
|
||||
"Value": "",
|
||||
"Name": "Connection:User",
|
||||
"Mode": ""
|
||||
},
|
||||
{
|
||||
"Value": "",
|
||||
"Name": "Connection:Password",
|
||||
"Mode": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "WebUI",
|
||||
"Target": "80",
|
||||
"Default": "",
|
||||
"Mode": "tcp",
|
||||
"Description": "Container Port: 80",
|
||||
"Type": "Port",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "6000"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Database Provider",
|
||||
"Target": "Connection:Provider",
|
||||
"Default": "mysql",
|
||||
"Mode": "",
|
||||
"Description": "mysql or sqlite",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Database Server",
|
||||
"Target": "Connection:Server",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "IP address of database server (mysql only)",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Database Port",
|
||||
"Target": "Connection:Port",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "Port of database server (mysql only)",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Database Name",
|
||||
"Target": "Connection:Database",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "Name of the database (mysql only)",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Database User",
|
||||
"Target": "Connection:User",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "Database user (mysql only)",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Database Password",
|
||||
"Target": "Connection:Password",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "Password of database user (mysql only)",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Sqlite Databse Path",
|
||||
"Target": "/app/database",
|
||||
"Default": "",
|
||||
"Mode": "rw",
|
||||
"Description": "Path of local sqlite database (sqlite only)",
|
||||
"Type": "Path",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
}
|
||||
],
|
||||
"Repo": "Axelander's Repository",
|
||||
"Date": "1607942823",
|
||||
"Category": "Productivity: Tools:Utilities",
|
||||
"Description": "OpenBudgeteer is a budgeting app based on the Bucket Budgeting Principle",
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/AxelandersRepository/OpenBudgeteer.xml",
|
||||
"CategoryList": [
|
||||
"Productivity",
|
||||
"Tools-Utilities"
|
||||
],
|
||||
"downloads": 438,
|
||||
"LastUpdateScan": 1608045586,
|
||||
"FirstSeen": 1608045586
|
||||
}
|
||||
],
|
||||
"repositories": {
|
||||
@ -175208,6 +175400,12 @@
|
||||
"profile": "https://forums.unraid.net/profile/114067-diamkil/",
|
||||
"bio": "I create custom templates for docker hub images that are not on unRaid by bigger sources like binhex or linuxserver",
|
||||
"icon": "https://raw.githubusercontent.com/diamkil/docker-templates/master/diamkil/images/diamkil.png"
|
||||
},
|
||||
"Axelander's Repository": {
|
||||
"url": "https://github.com/TheAxelander/unraid_ca",
|
||||
"profile": "https://forums.unraid.net/profile/117678-axelander/",
|
||||
"bio": "Free time developer of apps mostly based on C# and on personal needs.",
|
||||
"icon": "https://secure.gravatar.com/avatar/1297f1219f717dac0210118c93717ce9"
|
||||
}
|
||||
}
|
||||
}
|
@ -1364,5 +1364,6 @@
|
||||
"dbeaver/cloudbeaver": 1607144896,
|
||||
"telegraf:latest": 1607655445,
|
||||
"jonaswinkler/paperless-ng": 1607893685,
|
||||
"sctx/overseerr": 1607984248
|
||||
"sctx/overseerr": 1607984248,
|
||||
"axelander/openbudgeteer": 1608045586
|
||||
}
|
@ -38982,5 +38982,15 @@
|
||||
"trends": null,
|
||||
"downloadtrend": null,
|
||||
"trendsDate": null
|
||||
},
|
||||
"axelander/openbudgeteer": {
|
||||
"Base": null,
|
||||
"Downloads": 438,
|
||||
"Stars": null,
|
||||
"Time": 1608045586,
|
||||
"trending": null,
|
||||
"trends": null,
|
||||
"downloadtrend": null,
|
||||
"trendsDate": null
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
@ -598,7 +598,12 @@
|
||||
"Unknown category Applications:",
|
||||
"Port referenced in webUI does not correspond with a container port defined. Entry changed to http://[IP]:[PORT:3000]/"
|
||||
]
|
||||
},
|
||||
"Axelander's Repository": {
|
||||
"axelander/openbudgeteer": [
|
||||
"No Support Link Present"
|
||||
]
|
||||
}
|
||||
},
|
||||
"caFixed": 179
|
||||
"caFixed": 180
|
||||
}
|
77
templates/AxelandersRepository/OpenBudgeteer.xml
Normal file
77
templates/AxelandersRepository/OpenBudgeteer.xml
Normal file
@ -0,0 +1,77 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Container version="2">
|
||||
<Name>OpenBudgeteer</Name>
|
||||
<Repository>axelander/openbudgeteer</Repository>
|
||||
<Registry>https://hub.docker.com/r/axelander/openbudgeteer</Registry>
|
||||
<Network>bridge</Network>
|
||||
<Shell>sh</Shell>
|
||||
<Privileged>false</Privileged>
|
||||
<Project>https://gitlab.com/Axelander/openbudgeteer</Project>
|
||||
<Overview>OpenBudgeteer is a budgeting app based on the Bucket Budgeting Principle</Overview>
|
||||
<WebUI>http://[IP]:[PORT:80]</WebUI>
|
||||
<TemplateURL>https://raw.githubusercontent.com/TheAxelander/unraid_ca/master/OpenBudgeteer.xml</TemplateURL>
|
||||
<Icon>https://gitlab.com/Axelander/openbudgeteer/-/raw/master/icon.png</Icon>
|
||||
<PostArgs></PostArgs>
|
||||
<CPUset></CPUset>
|
||||
<Networking>
|
||||
<Mode>bridge</Mode>
|
||||
<Publish>
|
||||
<Port>
|
||||
<HostPort>6000</HostPort>
|
||||
<ContainerPort>80</ContainerPort>
|
||||
<Protocol>tcp</Protocol>
|
||||
</Port>
|
||||
</Publish>
|
||||
</Networking>
|
||||
<Data>
|
||||
<Volume>
|
||||
<HostDir></HostDir>
|
||||
<ContainerDir>/app/database</ContainerDir>
|
||||
<Mode>rw</Mode>
|
||||
</Volume>
|
||||
</Data>
|
||||
<Environment>
|
||||
<Variable>
|
||||
<Value></Value>
|
||||
<Name>Connection:Provider</Name>
|
||||
<Mode></Mode>
|
||||
</Variable>
|
||||
<Variable>
|
||||
<Value></Value>
|
||||
<Name>Connection:Server</Name>
|
||||
<Mode></Mode>
|
||||
</Variable>
|
||||
<Variable>
|
||||
<Value></Value>
|
||||
<Name>Connection:Port</Name>
|
||||
<Mode></Mode>
|
||||
</Variable>
|
||||
<Variable>
|
||||
<Value></Value>
|
||||
<Name>Connection:Database</Name>
|
||||
<Mode></Mode>
|
||||
</Variable>
|
||||
<Variable>
|
||||
<Value></Value>
|
||||
<Name>Connection:User</Name>
|
||||
<Mode></Mode>
|
||||
</Variable>
|
||||
<Variable>
|
||||
<Value></Value>
|
||||
<Name>Connection:Password</Name>
|
||||
<Mode></Mode>
|
||||
</Variable>
|
||||
</Environment>
|
||||
<Config Name="WebUI" Target="80" Default="" Mode="tcp" Description="Container Port: 80" Type="Port" Display="always" Required="true" Mask="false">6000</Config>
|
||||
<Config Name="Database Provider" Target="Connection:Provider" Default="mysql" Mode="" Description="mysql or sqlite" Type="Variable" Display="always" Required="true" Mask="false"></Config>
|
||||
<Config Name="Database Server" Target="Connection:Server" Default="" Mode="" Description="IP address of database server (mysql only)" Type="Variable" Display="always" Required="false" Mask="false"></Config>
|
||||
<Config Name="Database Port" Target="Connection:Port" Default="" Mode="" Description="Port of database server (mysql only)" Type="Variable" Display="always" Required="false" Mask="false"></Config>
|
||||
<Config Name="Database Name" Target="Connection:Database" Default="" Mode="" Description="Name of the database (mysql only)" Type="Variable" Display="always" Required="false" Mask="false"></Config>
|
||||
<Config Name="Database User" Target="Connection:User" Default="" Mode="" Description="Database user (mysql only)" Type="Variable" Display="always" Required="false" Mask="false"></Config>
|
||||
<Config Name="Database Password" Target="Connection:Password" Default="" Mode="" Description="Password of database user (mysql only)" Type="Variable" Display="always" Required="false" Mask="false"></Config>
|
||||
<Config Name="Sqlite Databse Path" Target="/app/database" Default="" Mode="rw" Description="Path of local sqlite database (sqlite only)" Type="Path" Display="always" Required="false" Mask="false"></Config>
|
||||
<Date>1607942823</Date>
|
||||
<Category>Productivity: Tools:Utilities</Category>
|
||||
<Description>OpenBudgeteer is a budgeting app based on the Bucket Budgeting Principle</Description>
|
||||
<templatePath>/tmp/GitHub/AppFeed/templates/AxelandersRepository/OpenBudgeteer.xml</templatePath>
|
||||
</Container>
|
Loading…
x
Reference in New Issue
Block a user