This commit is contained in:
Andrew Z 2021-04-20 08:02:53 -04:00
parent 7c02c79316
commit 8c7602aacd
5 changed files with 43 additions and 77 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1618912969
"last_updated_timestamp": 1618920171
}

View File

@ -187999,18 +187999,11 @@
}
},
"Data": {
"Volume": [
{
"HostDir": "/mnt/cache/appdata/firefly-iii/export/",
"ContainerDir": "/var/www/firefly-iii/storage/export ",
"Mode": "rw"
},
{
"HostDir": "/mnt/user/appdata/firefly-iii/upload/",
"ContainerDir": "/var/www/firefly-iii/storage/upload",
"Mode": "rw"
}
]
"Volume": {
"HostDir": "/mnt/user/appdata/firefly-iii/upload/",
"ContainerDir": "/var/www/html/storage/upload",
"Mode": "rw"
}
},
"Environment": {
"Variable": [
@ -188107,27 +188100,13 @@
]
},
"Config": [
{
"@attributes": {
"Name": "EXPORT_PATH",
"Target": "/var/www/firefly-iii/storage/export ",
"Default": "",
"Mode": "rw",
"Description": "Container Path: /var/www/firefly-iii/storage/export - Exported files are stored here",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/cache/appdata/firefly-iii/export/"
},
{
"@attributes": {
"Name": "UPLOAD_PATH",
"Target": "/var/www/firefly-iii/storage/upload",
"Target": "/var/www/html/storage/upload",
"Default": "",
"Mode": "rw",
"Description": "Container Path: /var/www/firefly-iii/storage/upload - Uploaded files that are used for bulk importing are stored here",
"Description": "Container Path: /var/www/html/storage/upload - Uploaded files that are used for bulk importing are stored here",
"Type": "Path",
"Display": "always",
"Required": "true",

View File

@ -1,7 +1,7 @@
{
"apps": 1235,
"last_updated_timestamp": 1618912969,
"last_updated": "2021-04-20 06:02",
"last_updated_timestamp": 1618920171,
"last_updated": "2021-04-20 08:02",
"categories": [
{
"Cat": "Backup:",
@ -188157,18 +188157,11 @@
}
},
"Data": {
"Volume": [
{
"HostDir": "/mnt/cache/appdata/firefly-iii/export/",
"ContainerDir": "/var/www/firefly-iii/storage/export ",
"Mode": "rw"
},
{
"HostDir": "/mnt/user/appdata/firefly-iii/upload/",
"ContainerDir": "/var/www/firefly-iii/storage/upload",
"Mode": "rw"
}
]
"Volume": {
"HostDir": "/mnt/user/appdata/firefly-iii/upload/",
"ContainerDir": "/var/www/html/storage/upload",
"Mode": "rw"
}
},
"Environment": {
"Variable": [
@ -188265,27 +188258,13 @@
]
},
"Config": [
{
"@attributes": {
"Name": "EXPORT_PATH",
"Target": "/var/www/firefly-iii/storage/export ",
"Default": "",
"Mode": "rw",
"Description": "Container Path: /var/www/firefly-iii/storage/export - Exported files are stored here",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/cache/appdata/firefly-iii/export/"
},
{
"@attributes": {
"Name": "UPLOAD_PATH",
"Target": "/var/www/firefly-iii/storage/upload",
"Target": "/var/www/html/storage/upload",
"Default": "",
"Mode": "rw",
"Description": "Container Path: /var/www/firefly-iii/storage/upload - Uploaded files that are used for bulk importing are stored here",
"Description": "Container Path: /var/www/html/storage/upload - Uploaded files that are used for bulk importing are stored here",
"Type": "Path",
"Display": "always",
"Required": "true",

View File

@ -99954,7 +99954,7 @@
"CategoryList": [
"GameServers"
],
"LastUpdateScan": 1616313756,
"LastUpdateScan": 1618912966,
"FirstSeen": 1556554318
},
{
@ -141825,9 +141825,9 @@
"CategoryList": [
"Tools-Utilities"
],
"downloads": 3831925,
"stars": 29,
"trending": 13.376,
"downloads": 4594268,
"stars": 39,
"trending": 16.593,
"trends": [
78.598,
49.728,
@ -141838,7 +141838,8 @@
6.788,
10.324,
10.736,
13.376
13.376,
16.593
],
"trendsDate": [
1592935710,
@ -141850,7 +141851,8 @@
1608527262,
1611122000,
1613718145,
1616313756
1616313756,
1618912967
],
"downloadtrend": [
62773,
@ -141863,9 +141865,10 @@
2657077,
2962990,
3319366,
3831925
3831925,
4594268
],
"LastUpdateScan": 1616313756,
"LastUpdateScan": 1618912967,
"FirstSeen": 1590336466
},
{
@ -197666,8 +197669,19 @@
"Other",
"Network-DNS"
],
"downloads": 27360,
"LastUpdateScan": 1616313757,
"downloads": 51644,
"trending": 47.022,
"trends": [
47.022
],
"trendsDate": [
1618912967
],
"downloadtrend": [
27360,
51644
],
"LastUpdateScan": 1618912967,
"FirstSeen": 1611122001
},
{

View File

@ -27,14 +27,9 @@ Additional environment variables can be found under https://github.com/firefly-i
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/cache/appdata/firefly-iii/export/</HostDir>
<ContainerDir>/var/www/firefly-iii/storage/export </ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/appdata/firefly-iii/upload/</HostDir>
<ContainerDir>/var/www/firefly-iii/storage/upload</ContainerDir>
<ContainerDir>/var/www/html/storage/upload</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
@ -130,8 +125,7 @@ Additional environment variables can be found under https://github.com/firefly-i
<Mode></Mode>
</Variable>
</Environment>
<Config Name="EXPORT_PATH" Target="/var/www/firefly-iii/storage/export " Default="" Mode="rw" Description="Container Path: /var/www/firefly-iii/storage/export - Exported files are stored here" Type="Path" Display="always" Required="true" Mask="false">/mnt/cache/appdata/firefly-iii/export/</Config>
<Config Name="UPLOAD_PATH" Target="/var/www/firefly-iii/storage/upload" Default="" Mode="rw" Description="Container Path: /var/www/firefly-iii/storage/upload - Uploaded files that are used for bulk importing are stored here" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/firefly-iii/upload/</Config>
<Config Name="UPLOAD_PATH" Target="/var/www/html/storage/upload" Default="" Mode="rw" Description="Container Path: /var/www/html/storage/upload - Uploaded files that are used for bulk importing are stored here" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/firefly-iii/upload/</Config>
<Config Name="Port" Target="8080" Default="" Mode="tcp" Description="Container Port: 8080" Type="Port" Display="always" Required="true" Mask="false">8080</Config>
<Config Name="DB_CONNECTION" Target="DB_CONNECTION" Default="" Mode="" Description="Container Variable: DB_CONNECTION - Database type ('pgsql', 'mysql', 'sqlite')" Type="Variable" Display="always" Required="true" Mask="false">mysql</Config>
<Config Name="DB_HOST" Target="DB_HOST" Default="" Mode="" Description="Container Variable: DB_HOST - Database host, e.g. 192.168.0.3" Type="Variable" Display="always" Required="true" Mask="false"></Config>