Compare commits

...

3 Commits

Author SHA1 Message Date
community-scripts-pr-app[bot]
2676a48985 Update CHANGELOG.md (#4075)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-04-27 18:23:01 +02:00
CanbiZ
e8ff2fed45 Re-Add DeamonSync Package (#4079) 2025-04-27 15:33:41 +02:00
Aly Yvette
65c674b4c1 fix: add default configuration file location (#4074) 2025-04-27 10:23:59 +02:00
3 changed files with 15 additions and 1 deletions

View File

@@ -14,6 +14,20 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit
All LXC instances created using this repository come pre-installed with Midnight Commander, which is a command-line tool (`mc`) that offers a user-friendly file and directory management interface for the terminal environment. All LXC instances created using this repository come pre-installed with Midnight Commander, which is a command-line tool (`mc`) that offers a user-friendly file and directory management interface for the terminal environment.
## 2025-04-27
### 🚀 Updated Scripts
- #### 🐞 Bug Fixes
- Re-Add DeamonSync Package [@MickLesk](https://github.com/MickLesk) ([#4079](https://github.com/community-scripts/ProxmoxVE/pull/4079))
### 🌐 Website
- #### 📝 Script Information
- add default configuration file location for Caddy LXC [@aly-yvette](https://github.com/aly-yvette) ([#4074](https://github.com/community-scripts/ProxmoxVE/pull/4074))
## 2025-04-26 ## 2025-04-26
### 🚀 Updated Scripts ### 🚀 Updated Scripts

View File

@@ -12,7 +12,7 @@
"documentation": "https://caddyserver.com/docs/", "documentation": "https://caddyserver.com/docs/",
"website": "https://caddyserver.com/", "website": "https://caddyserver.com/",
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/caddy.svg", "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/caddy.svg",
"config_path": "", "config_path": "/etc/caddy/Caddyfile",
"description": "Caddy is a powerful, extensible platform to serve your sites, services, and apps, written in Go.", "description": "Caddy is a powerful, extensible platform to serve your sites, services, and apps, written in Go.",
"install_methods": [ "install_methods": [
{ {

Binary file not shown.