update readme and versionsnumber
This commit is contained in:
10
README.md
10
README.md
@@ -10,6 +10,7 @@
|
||||
- **Logs**: View logs for specific containers with ease.
|
||||
- **Overview**: List running containers and their status.
|
||||
- **Navigation**: Quickly jump to the container directory using the `dw` alias.
|
||||
- **Caddyfile Editor**: Quickly edit the Caddy configuration file (`/opt/containers/caddy-proxy/caddy/Caddyfile`).
|
||||
- **Authelia Watcher Manager**: A specialized module to manage `lxtools/authelia-watcher`, including:
|
||||
- Viewing active iptables bans.
|
||||
- Manually unbanning IPs.
|
||||
@@ -63,6 +64,7 @@ clidmanager
|
||||
6. **Start all containers**: Starts all stopped Docker containers.
|
||||
7. **Authelia Watcher Manager**: Specialized tools for the Authelia Watcher service.
|
||||
8. **Show running containers**: Displays a table of currently running containers.
|
||||
9. **Edit Caddyfile**: Opens the Caddy configuration file in `nano` for editing.
|
||||
|
||||
### Quick Navigation
|
||||
Use the `dw` alias to quickly change your current directory to `/opt/containers/`:
|
||||
@@ -76,12 +78,12 @@ The tool automatically detects your system language.
|
||||
- **English**: Default.
|
||||
- **German**: Available if system locale is set to German.
|
||||
|
||||
sudo crontab -e
|
||||
@reboot /opt/containers/authelia-watcher/update_dyndns.sh > /dev/null 2>&1 &
|
||||
## Disclaimer
|
||||
|
||||
Use without warranty! This tool is provided as-is to help manage Docker environments.
|
||||
|
||||
## Author
|
||||
## ⚖️ License
|
||||
|
||||
Désiré Werner Menrath
|
||||
This project is licensed under the GNU General Public License v3.0 (GPL-3.0). See the LICENSE file for details.
|
||||
|
||||
Copyright (C) 2026 Désiré Werner Menrath
|
||||
@@ -18,7 +18,7 @@ export TEXTDOMAIN=clidmanager
|
||||
export TEXTDOMAINDIR="/usr/share/locale"
|
||||
|
||||
# Translations for header variables
|
||||
version_num="v. 2.01.3126"
|
||||
version_num="v. 2.02.0126"
|
||||
version=$(printf "${GREEN}%s${LBLUE}" "$version_num")
|
||||
cmname=$(printf "${YELLOW}%s${LBLUE}" "containermanager")
|
||||
info=$(echo -e "${GREEN}$(gettext "Enter 'dw' in terminal to go directly")")
|
||||
|
||||
Reference in New Issue
Block a user