diff --git a/json/helpers_cache.json b/json/helpers_cache.json index fda90d44..369772e6 100644 --- a/json/helpers_cache.json +++ b/json/helpers_cache.json @@ -7623,6 +7623,20 @@ "password": "admin" } }, + { + "name": "Wishlist", + "slug": "wishlist", + "desc": "Wishlist is a self-hosted wishlist application that you can share with your friends and family. You no longer have to wonder what to get your family for the holidays, simply check their wishlist and claim any available item!", + "script": "ct/wishlist.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/wishlist.sh", + "script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/wishlist.sh", + "os": "debian", + "categories": [ + 12 + ], + "notes": [], + "type": "ct" + }, { "name": "Wizarr", "slug": "wizarr", @@ -7652,6 +7666,22 @@ "notes": [], "type": "ct" }, + { + "name": "WriteFreely", + "slug": "writefreely", + "desc": "WriteFreely is free and open source software for easily publishing writing on the web with support for the ActivityPub protocol. Use it to start a personal blog — or an entire community.", + "script": "ct/writefreely.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/writefreely.sh", + "script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/writefreely.sh", + "os": "debian", + "categories": [ + 12 + ], + "notes": [ + "After installation execute `writefreely user create --admin :` to create your user." + ], + "type": "ct" + }, { "name": "yt-dlp-webui", "slug": "yt-dlp-webui",