diff --git a/json/helpers_cache.json b/json/helpers_cache.json index 94f17d1..3c62a99 100644 --- a/json/helpers_cache.json +++ b/json/helpers_cache.json @@ -467,6 +467,18 @@ "notes": [], "type": "ct" }, + { + "name": "BentoPDF", + "slug": "bentopdf", + "desc": "A privacy-first, 100% client-side PDF Toolkit. No signups/accounts, works in the browser, online or offline.", + "script": "ct/bentopdf.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/bentopdf.sh", + "categories": [ + 12 + ], + "notes": [], + "type": "ct" + }, { "name": "Beszel", "slug": "beszel", @@ -880,7 +892,11 @@ "notes": [ "Primary and Worker Private Keys Must Match in the config file" ], - "type": "ct" + "type": "ct", + "default_credentials": { + "username": "admin", + "password": "admin" + } }, { "name": "cross-seed", @@ -2524,6 +2540,20 @@ "password": "sk-1234" } }, + { + "name": "Livebook", + "slug": "livebook", + "desc": "Elixir Livebook is an interactive, web-based notebook platform for Elixir that combines code, documentation, and visualizations in a single document. Similar to Jupyter notebooks, it allows developers to write and execute Elixir code in real-time, making it ideal for data exploration, prototyping, learning, and collaborative development. Livebook features rich markdown support, built-in charting capabilities, and seamless integration with the Elixir ecosystem.", + "script": "ct/livebook.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/livebook.sh", + "categories": [ + 20 + ], + "notes": [ + "Show initial Livebook password: `cat ~/livebook.creds`" + ], + "type": "ct" + }, { "name": "lldap", "slug": "lldap", @@ -4411,6 +4441,24 @@ "notes": [], "type": "ct" }, + { + "name": "Reitti", + "slug": "reitti", + "desc": "Reitti is a self-hosted location tracking and analysis platform that detects significant places, trip patterns, and integrates with OwnTracks, GPSLogger, and Immich. It uses PostgreSQL + PostGIS, RabbitMQ, Redis, and an optional Photon geocoder.", + "script": "ct/reitti.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/reitti.sh", + "categories": [ + 21 + ], + "notes": [ + "Photon Geocoder running at http://127.0.0.1:2322. Photon is fully setup, but without sample data. (filesize is big) -> checkout our guide: `https://github.com/community-scripts/ProxmoxVE/discussions/8737`." + ], + "type": "ct", + "default_credentials": { + "username": "admin", + "password": "admin" + } + }, { "name": "Resilio Sync", "slug": "resiliosync",