Compare commits

...

10 Commits

Author SHA1 Message Date
CanbiZ
4bb5741707 Minor optimization of json files
Some checks are pending
Create Changelog Pull Request / update-changelog-pull-request (push) Waiting to run
Deploy Next.js site to Pages / build (push) Waiting to run
Deploy Next.js site to Pages / deploy (push) Blocked by required conditions
2024-12-02 09:43:15 +01:00
CanbiZ
d6ff28abf5 Update snipeit.json 2024-12-02 09:38:45 +01:00
CanbiZ
c188b54398 Merge branch 'main' of https://github.com/community-scripts/ProxmoxVE 2024-12-02 09:35:02 +01:00
CanbiZ
b8e2de30a5 Add missing website 2024-12-02 09:34:53 +01:00
CanbiZ
f710b541e4
add logo to snipeit 2024-12-02 09:29:54 +01:00
CanbiZ
9c722be967 Fix JSON's for Website 2024-12-02 09:26:47 +01:00
CanbiZ
b9f889c6c3
Update unbound.json (wrong date / json issue) 2024-12-02 09:21:53 +01:00
CanbiZ
baa29fb096
Update hoarder.json (wrong date) 2024-12-02 09:20:50 +01:00
CanbiZ
e74f6f8efe
Update snipeit.json (wrong date) 2024-12-02 09:19:48 +01:00
community-scripts-pr-app[bot]
9c8223d64e
Update CHANGELOG.md (#634)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-12-02 09:15:34 +01:00
12 changed files with 60 additions and 47 deletions

View File

@ -20,8 +20,17 @@ Do not break established syntax in this file, as it is automatically updated by
### Changed
### ✨ New Scripts
- New Script: Glance [@quantumryuu](https://github.com/quantumryuu) ([#595](https://github.com/community-scripts/ProxmoxVE/pull/595))
- New script: SnipeIT LXC [@michelroegl-brunner](https://github.com/michelroegl-brunner) ([#538](https://github.com/community-scripts/ProxmoxVE/pull/538))
- New Script: Hoarder LXC [@vhsdream](https://github.com/vhsdream) ([#567](https://github.com/community-scripts/ProxmoxVE/pull/567))
- New script: Unbound LXC [@wimb0](https://github.com/wimb0) ([#547](https://github.com/community-scripts/ProxmoxVE/pull/547))
- New script: Mylar3 LXC [@davalanche](https://github.com/davalanche) ([#554](https://github.com/community-scripts/ProxmoxVE/pull/554))
### 🚀 Updated Scripts
- Stirling-PDF: replace dependency for v0.35.0 and add check and fix in stirling-pdf.sh [@vhsdream](https://github.com/vhsdream) ([#614](https://github.com/community-scripts/ProxmoxVE/pull/614))
- qbittorrent: do not override the configuration port in systemd [@zdraganov](https://github.com/zdraganov) ([#618](https://github.com/community-scripts/ProxmoxVE/pull/618))
### 🌐 Website

View File

@ -4,7 +4,7 @@
"categories": [
15
],
"date_created": "2024-11-29",
"date_created": "2024-12-02",
"type": "ct",
"updateable": true,
"privileged": false,
@ -16,12 +16,12 @@
"install_methods": [
{
"type": "default",
"script": "/ct/glance.sh",
"script": "ct/glance.sh",
"resources": {
"cpu": 1,
"ram": 512,
"hdd": 2,
"os": "Debian",
"os": "debian",
"version": "12"
}
}

View File

@ -4,7 +4,7 @@
"categories": [
14
],
"date_created": "2024-11-28",
"date_created": "2024-12-02",
"type": "ct",
"updateable": true,
"privileged": false,
@ -16,12 +16,12 @@
"install_methods": [
{
"type": "default",
"script": "/ct/hoarder.sh",
"script": "ct/hoarder.sh",
"resources": {
"cpu": 2,
"ram": 4096,
"hdd": 8,
"os": "Debian",
"os": "debian",
"version": "12"
}
}

View File

@ -9,8 +9,8 @@
"updateable": true,
"privileged": false,
"interface_port": 8090,
"documentation": null,
"website": null,
"documentation": "https://docs.hyperion-project.org/",
"website": "https://hyperion-project.org/forum/",
"logo": "https://github.com/hyperion-project/hyperion.ng/raw/master/doc/logo_dark.png?raw=true",
"description": "Hyperion is an opensource Ambient Lighting implementation. It supports many LED devices and video grabbers.",
"install_methods": [

View File

@ -9,8 +9,8 @@
"updateable": false,
"privileged": false,
"interface_port": 8096,
"documentation": null,
"website": null,
"documentation": "https://jellyfin.org/docs/",
"website": "https://jellyfin.org/",
"logo": "https://github.com/home-assistant/brands/blob/master/core_integrations/jellyfin/icon.png?raw=true",
"description": "Jellyfin is a free and open-source media server and suite of multimedia applications designed to organize, manage, and share digital media files to networked devices.",
"install_methods": [

View File

@ -21,7 +21,7 @@
"cpu": 1,
"ram": 512,
"hdd": 2,
"os": "Debian",
"os": "debian",
"version": "12"
}
}

View File

@ -9,8 +9,8 @@
"updateable": true,
"privileged": false,
"interface_port": 8765,
"documentation": null,
"website": null,
"documentation": "https://github.com/motioneye-project/motioneye/wiki",
"website": "https://github.com/motioneye-project/motioneye",
"logo": "https://github.com/home-assistant/brands/blob/master/core_integrations/motioneye/icon.png?raw=true",
"description": "MotionEye is an open-source, self-hosted network video recording (NVR) software designed to manage and monitor IP cameras. It runs on various platforms such as Linux, Raspberry Pi, and Docker, and offers features such as real-time video streaming, motion detection, and customizable camera views.",
"install_methods": [

View File

@ -4,11 +4,11 @@
"categories": [
12
],
"date_created": "2024-11-27",
"date_created": "2024-12-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": "8090",
"interface_port": 8090,
"documentation": "https://mylarcomics.com/docs/introduction/",
"website": "https://mylarcomics.com/",
"logo": "https://mylarcomics.com/img/mylarlogo.png",
@ -18,9 +18,9 @@
"type": "default",
"script": "ct/mylar3.sh",
"resources": {
"cpu": "1",
"ram": "512",
"hdd": "4",
"cpu": 1,
"ram": 512,
"hdd": 4,
"os": "debian",
"version": "12"
}

View File

@ -2,30 +2,34 @@
"name": "SnipeIT",
"slug": "snipeit",
"categories": [
8
8
],
"date_created": "2024-25-11",
"date_created": "2024-12-02",
"type": "ct",
"updateable": false,
"updateable": true,
"privileged": false,
"interface_port": null,
"documentation": null,
"interface_port": 3000,
"documentation": "https://snipe-it.readme.io/docs/overview",
"website": "https://snipeitapp.com/",
"logo": "https://github.com/snipe/snipe-it/blob/master/public/img/logo.png",
"logo": "https://raw.githubusercontent.com/snipe/snipe-it/refs/heads/master/public/img/snipe-logo-bug.png",
"description": "This is a FOSS project for asset management in IT Operations. Knowing who has which laptop, when it was purchased in order to depreciate it correctly, handling software licenses, etc.",
"install_methods":{
"type": "default",
"script": "ct/snipeit.sh",
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "4",
"os": "debian",
"version": "12"
}
},
"install_methods": [
{
"type": "default",
"script": "ct/snipeit.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 4,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
}
}
"username": null,
"password": null
},
"notes": []
}

View File

@ -21,8 +21,8 @@
"cpu": 2,
"ram": 2048,
"hdd": 4,
"os": "Ubuntu",
"version": 24.04
"os": "ubuntu",
"version": "24.04"
}
}
],

View File

@ -4,11 +4,11 @@
"categories": [
13
],
"date_created": "2024-11-27",
"date_created": "2024-12-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": "5335",
"interface_port": 5335,
"documentation": null,
"website": "https://www.nlnetlabs.nl/projects/unbound/about/",
"logo": "https://nlnetlabs.nl/static/logos/Unbound/Unbound_FC_Shaded_cropped.svg",
@ -18,9 +18,9 @@
"type": "default",
"script": "ct/unbound.sh",
"resources": {
"cpu": "1",
"ram": "512",
"hdd": "2",
"cpu": 1,
"ram": 512,
"hdd": 2,
"os": "debian",
"version": "12"
}

View File

@ -10,7 +10,7 @@
"privileged": false,
"interface_port": 5000,
"documentation": null,
"website": null,
"website": "https://github.com/benbusby/whoogle-search",
"logo": "https://github.com/community-scripts/ProxmoxVE/blob/main/misc/images/whoogle.png?raw=true",
"description": "Get Google search results, but without any ads, javascript, AMP links, cookies, or IP address tracking.",
"install_methods": [