* feat(2fauth): ✨ Added 2FAuth
* refactor: 🚚 Changed path to user repo
* refactor: 🚚 Changed path to user repo
* refactor: 🚚 Changed path to user repo
* refactor: 🚚 Changed path to user repo
* refactor: 🚚 Changed path to user repo
* fix(2fauth): 🐛 Fixed path to build functions file
* fix(2fauth): 🐛 Fixed unbound variable
* fix(2fauth): 🐛 Use instead of for the directory name
* chore(2fauth): ✨ Added dependency package for improved composer performance
* chore(2fauth): ✨ Added dependency package as it's required
* chore(2fauth): ✨ Added dependency package `php8.2-fpm` as it's required
* fix(2fauth): 🐛 Fixed unbound variable
* fix(2fauth): 🐛 Fixed installation
* fix(install): 🐛 Fixed unassigned variable
* fix(install): 🐛 Fixed installation
* fix(install): 🐛 explicitly set ownership as last step
* revert: ⏪ Revert path rewrite to user repo
* revert: ⏪ Revert path rewrite to user repo
* refactor(2fauth): ⚰️ Removed commented-out code
* fix(2fauth): 🚚 Fixed path to remove correctly
* refactor(2fauth): 🎨 Changed from variables to static as requested
* docs(2fauth): 📝 Added notes for db credentials and the first account being an administrator account
* fix(2fauth): 🔊 Updated progress logging
* test(2fauth): 🚚 Changed pathes temporarily to user repo to test the App
* fix(2fauth): 🚑 Fixed wrong version file in update_script
* fix(2fauth): 💄 Removed duplicated version prefix v in messages
* Revert 'test(2fauth): 🚚 Changed pathes temporarily to user repo to test the App'
* new script: silverbullet
* update copyright and author information
* address code review comments and suggestions
* fix: overwrite existing binary on unzip
* address remaining review comments
* add documenation link
* update header and footer to new standard
* little fixes
* little fixes
---------
Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
* New Script: Zammad
* Implement changes
* Changes after review
* Added changes
* Added changes
* Change to new System
* Change to new Default System
* formatting
* Update zammad.json
* fix json
* Update zammad.json
fix OS
* remove / in json
* Sync with develop branch
---------
Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
* New script: Part-DB LXC
* Improved based on PR feedback MickLesk
* Migrate header & footer to latest version
* formatting and remove old header
* formatting
* fix json
---------
Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
* Update ALL CT's to new default
* Minor Changes
* Merge Bookstack from main
* Indention Bookstack
* Merge Vikunja from Main
* Merge Komga from Main
* Merge Unifi from Main
Running the script created an infinite loop waiting for user input to confirm the installation of new packages. The -y option fixes this and allows the script to run without interaction and therefore as expected.
* Add new LXC: Mylar3
* Apply suggestions from code review
The rest of the suggestions will be addressed in my local repo and pushed back
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
* Additional changes based on the code review
* The application is no longer updatable via the user interface
---------
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
* Bare Metal install Script for SnipeIT
* Fixed Copyright Header
* Worked in all requested Changes and also added the Update function.
Per my testing all is working as intendet.
* Add check for old dependency in update_script function for stirling-pdf.sh
Checks if ocrmypdf is installed and qpdf is not; if true then removes
ocrmypdf and installs qpdf
* Replace ocrmypdf with qpdf as dependency in stirling-pdf-install.sh
As of v0.35.0, StirlingPDF now uses qpdf for OCR instead of ocrmypdf.