No description
| deb/DEBIAN | update control file to include replacement and breakage rules for libre-workspace-portal | |
| src/usr/bin | Initial commit: extract config tool and secret generator | |
| .gitignore | Initial commit: extract config tool and secret generator | |
| build_deb.sh | Initial commit: extract config tool and secret generator | |
| LICENSE | Initial commit: extract config tool and secret generator | |
| README.md | Initial commit: extract config tool and secret generator | |
Libre Workspace Tools
This repository contains common command-line utility tools used across the Libre Workspace ecosystem.
Included Tools
libre-workspace-generate-secret: A simple utility script to generate random cryptographic secrets and passwords.libre-workspace-config-tool: A Python script to query and update configuration files of various formats (conf, rc, space-separated, etc.) supporting sectioning and commenting.
Building the Package
To build the Debian package (libre-workspace-tools.deb), run the build script:
bash build_deb.sh
The output package will be located at build/libre-workspace-tools.deb.