1
0
Fork
You've already forked libre-workspace-tools
0
No description
  • Python 94.1%
  • Shell 5.9%
2026年06月12日 13:34:45 +01:00
deb/DEBIAN update control file to include replacement and breakage rules for libre-workspace-portal 2026年06月12日 13:34:45 +01:00
src/usr/bin Initial commit: extract config tool and secret generator 2026年06月10日 11:50:08 +01:00
.gitignore Initial commit: extract config tool and secret generator 2026年06月10日 11:50:08 +01:00
build_deb.sh Initial commit: extract config tool and secret generator 2026年06月10日 11:50:08 +01:00
LICENSE Initial commit: extract config tool and secret generator 2026年06月10日 11:50:08 +01:00
README.md Initial commit: extract config tool and secret generator 2026年06月10日 11:50:08 +01:00

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.