formatting

This commit is contained in:
CanbiZ 2025-01-17 17:01:20 +01:00
parent 7b5d3e276d
commit 7e0012ca14
246 changed files with 713 additions and 1027 deletions

View File

@ -38,5 +38,4 @@
"type": "info" "type": "info"
} }
] ]
} }

View File

@ -30,5 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -43,5 +43,3 @@
} }
] ]
} }

View File

@ -43,5 +43,3 @@
} }
] ]
} }

View File

@ -39,4 +39,3 @@
} }
] ]
} }

View File

@ -35,5 +35,3 @@
} }
] ]
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -30,5 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -35,5 +35,3 @@
} }
] ]
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -30,5 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -35,5 +35,3 @@
} }
] ]
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -35,5 +35,3 @@
} }
] ]
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -37,7 +37,5 @@
"text": "To exclude LXCs from updating, edit the crontab using `crontab -e` and add CTID as shown in the example below:\n\n\n\n`0 0 * * 0 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin /bin/bash -c '$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/update-lxcs-cron.sh)' -s 103 111 >>/var/log/update-lxcs-cron.log 2>/dev/null`", "text": "To exclude LXCs from updating, edit the crontab using `crontab -e` and add CTID as shown in the example below:\n\n\n\n`0 0 * * 0 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin /bin/bash -c '$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/update-lxcs-cron.sh)' -s 103 111 >>/var/log/update-lxcs-cron.log 2>/dev/null`",
"type": "info" "type": "info"
} }
] ]
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -30,5 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -54,4 +54,3 @@
} }
] ]
} }

View File

@ -39,4 +39,3 @@
} }
] ]
} }

View File

@ -1,41 +1,37 @@
{ {
"name":"Dotnet ASP Web API", "name": "Dotnet ASP Web API",
"slug":"dotnetaspwebapi", "slug": "dotnetaspwebapi",
"categories":[ "categories": [0],
0 "date_created": "2025-01-15",
], "type": "ct",
"date_created":"2025-01-15", "updateable": true,
"type":"ct", "privileged": true,
"updateable":true, "interface_port": 80,
"privileged":true, "documentation": "https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/linux-nginx?view=aspnetcore-9.0&tabs=linux-ubuntu",
"interface_port":80, "website": "https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/linux-nginx?view=aspnetcore-9.0&tabs=linux-ubuntu",
"documentation":"https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/linux-nginx?view=aspnetcore-9.0&tabs=linux-ubuntu", "logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/7/7d/Microsoft_.NET_logo.svg/456px-Microsoft_.NET_logo.svg.png",
"website":"https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/linux-nginx?view=aspnetcore-9.0&tabs=linux-ubuntu", "description": "Automatically setup a ASP.NET server up, as well as a FTP server so you can publish to this container from Visual Studio.",
"logo":"https://upload.wikimedia.org/wikipedia/commons/thumb/7/7d/Microsoft_.NET_logo.svg/456px-Microsoft_.NET_logo.svg.png", "install_methods": [
"description":"Automatically setup a ASP.NET server up, as well as a FTP server so you can publish to this container from Visual Studio.",
"install_methods":[
{ {
"type":"default", "type": "default",
"script":"ct/dotnetaspwebapi.sh", "script": "ct/dotnetaspwebapi.sh",
"resources":{ "resources": {
"cpu":1, "cpu": 1,
"ram":1024, "ram": 1024,
"hdd":8, "hdd": 8,
"os":"Ubuntu", "os": "Ubuntu",
"version":"24.04" "version": "24.04"
} }
} }
], ],
"default_credentials":{ "default_credentials": {
"username":null, "username": null,
"password":null "password": null
}, },
"notes":[ "notes": [
{ {
"text":"FTP server credentials: `cat ~/ftp.creds`", "text": "FTP server credentials: `cat ~/ftp.creds`",
"type":"info" "type": "info"
} }
] ]
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -35,5 +35,3 @@
} }
] ]
} }

View File

@ -35,5 +35,3 @@
} }
] ]
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -39,4 +39,3 @@
} }
] ]
} }

View File

@ -39,4 +39,3 @@
} }
] ]
} }

View File

@ -35,7 +35,3 @@
} }
] ]
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -34,6 +34,4 @@
"type": "info" "type": "info"
} }
] ]
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -30,5 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -41,4 +41,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -30,5 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -39,4 +39,3 @@
} }
] ]
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -30,5 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -30,5 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -47,4 +47,3 @@
} }
] ]
} }

View File

@ -43,4 +43,3 @@
} }
] ]
} }

View File

@ -35,5 +35,3 @@
} }
] ]
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -35,5 +35,3 @@
} }
] ]
} }

View File

@ -39,4 +39,3 @@
} }
] ]
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -29,6 +29,4 @@
"password": null "password": null
}, },
"notes": [] "notes": []
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -39,4 +39,3 @@
} }
] ]
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -29,6 +29,4 @@
"password": null "password": null
}, },
"notes": [] "notes": []
} }

View File

@ -28,11 +28,10 @@
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [{ "notes": [
{
"text": "To enable folder adding append your lxc.conf on your host with 'lxc.environment: DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1'", "text": "To enable folder adding append your lxc.conf on your host with 'lxc.environment: DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1'",
"type": "info" "type": "info"
} }
] ]
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -39,5 +39,3 @@
} }
] ]
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -35,5 +35,3 @@
} }
] ]
} }

Some files were not shown because too many files have changed in this diff Show More