summaryrefslogtreecommitdiff
path: root/src/init
Commit message (Collapse)AuthorAge
* Moved user check into function and also verify in repo setup proper usernameGravatar Matthias Jaros2026-08-12
|
* Added user validation regexGravatar Matthias Jaros2026-08-12
|
* Set logfile to only writable to root and git groupGravatar Matthias Jaros2026-08-12
|
* Log to stdout using logfile and tail -f. So everything is together inGravatar Matthias Jaros2026-08-03
| | | | docker log visible
* Renamed project from gitfish to gitreefGravatar Matthias Jaros2026-04-13
|
* Updated bannerGravatar Matthias Jaros2026-03-30
|
* Set better file permissions for permission file and moved this part to functionGravatar Matthias Jaros2025-12-01
|
* CommentsGravatar Matthias Jaros2025-11-30
|
* Replaced eval with double expansionGravatar Matthias Jaros2025-11-30
|
* Bump to next snapshot version. Make scripts more efficient by avoiding call ↵Gravatar Matthias Jaros2025-11-27
| | | | of cat
* Use exec at end of scripts to replace fish process after it's doneGravatar Matthias Jaros2025-11-16
|
* Only create ssh folder when setting up non existing userGravatar Matthias Jaros2025-11-15
|
* Renamed project to gitfish. Much nicer than git-server that is actually more ↵Gravatar Matthias Jaros2025-11-10
| | | | misleading
* Fail when git user is not setupGravatar Matthias Jaros2025-11-09
|
* Only create user if it does not existGravatar Matthias Jaros2025-11-09
|
* Fix could not create user directoryGravatar Matthias Jaros2025-11-09
|
* Added fail helper function that gives formatted output returns nonzeroGravatar Matthias Jaros2025-11-09
| | | | status
* Replaced dirname command with shorter versionGravatar Matthias Jaros2025-11-09
|
* Updated VERSION handling and added LICENSE file to docker imageGravatar Matthias Jaros2025-10-27
|
* Added handling of gid for git user alsoGravatar Matthias Jaros2025-10-27
|
* Added basic acl handling of read/write git reposGravatar Matthias Jaros2025-10-27
|
* Added banner and renamed run script to git-runGravatar Matthias Jaros2025-10-27
|
* Added bannerGravatar Matthias Jaros2025-10-26
|
* Better error handlingGravatar Matthias Jaros2025-10-26
|
* - Added also info logging for successful attemptsGravatar Matthias Jaros2025-10-22
| | | | | - merge info and error logs - Fix log being overwritten with every entry
* Restrict sudo to specific groupGravatar Matthias Jaros2025-10-20
|
* Handle restart caseGravatar Matthias Jaros2025-10-20
|
* Security hardeningGravatar Matthias Jaros2025-10-20
|
* Renamed variables again to avoid collision with global docker environment ↵Gravatar Matthias Jaros2025-10-20
| | | | variables
* Moved files to src and renamed variablesGravatar Matthias Jaros2025-10-20