cbftp-tools is a Bash script designed to streamline the management and automatic updating of the cbftp installation via Subversion (SVN). It offers an efficient solution for keeping your cbftp installation up to date with ease. This tool is tested on Debian 12 and Ubuntu 22.04.
Stars
5
Forks
0
Watchers
5
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
27
commits
🚀 feat(run_test.yml): rename cbftp-updater.sh to cbftp-auto_update.sh for better clarity and consistency
f6dfcbdView on GitHub🔥 refactor(server.ts): change port variable case from lowercase port to uppercase PORT to improve semantics
b558dd9View on GitHub🔄 refactor(cbftp-update.sh): rename configuration file from 'cbftp-updater.cfg' to 'cbftp-configuration.cfg' for clarity and consistency
9eb2b21View on GitHub🔧 chore(run_test.yml): update file paths and names to improve clarity and consistency
282fdc1View on GitHub📝 docs(README.md): update script names and configuration file name for clarity and consistency
26bbeb6View on GitHub📦 chore(cbftp-update.sh): add cbftp-update.sh script for managing and automatically updating cbftp via Subversion (SVN)
9d91ebdView on GitHub📝 docs(README.md): improve description of "cbftp-updater.sh" script
acfa900View on GitHub🔧 chore(run_test.yml): add command to remove weekly crontab entry to prevent duplication
c360ae7View on GitHub🔧 chore(run_test.yml): update CB_USER environment variable to "runner" for consistency
50167e9View on GitHub📝 chore(.gitignore): add .gitignore file to ignore cbftp-updater.cfg file
2d82bd5View on GitHub🔧 chore(cbftp-install_service.sh): change file mode from 100644 to 100755 for executable permission
91d62a6View on GitHub🐛 fix(cbftp-updater.sh): add error handling when loading configuration file to provide better feedback in case of failure
d7ab1b2View on GitHub🔧 chore(cbftp-install_service.sh): improve script readability and error handling
254f0a8View on GitHub