-
v0.6 Stable
released this
2023-01-15 09:55:56 +00:00 | 0 commits to main since this releaseNew things:
- switched from using
SkeletonDir
toExtraFiles
in the config or flags.SkeletonDir
didn't work withpw
anduseradd
if home directory already existedExtraFiles
doesn't copy directory structure, just specified files- this actually works now
- program now checks if username already exists on the server, and re-prompts if it does
- the code to chown all files in the home directory to the user is now in Go instead of shell
This version should actually work as intended on the Cyberia backup server. New updates will no longer be just on the core feature of the program, unless they are bugfixes or re-factors.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- switched from using
-
v0.5 Stable
released this
2022-10-13 00:55:22 +00:00 | 7 commits to main since this releaseLots of changes from previous release, including support for a new config file, flags for the config file and version number, checking for root permissions on start, and adding support for a skeleton directory. The script will now use the skeleton directory, by default at
/etc/skel
, to populate the created user's home directory. It will create an.ssh
dir if there is none.This release also includes a
.gitignore
file that removes the built binary from the repository and aconfig.toml
file if you copy one from the example config file.Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v0.2 Stable
released this
2022-09-30 02:53:12 +00:00 | 19 commits to main since this releaseA big update that adds asking for a user password and hashing it with bcrypt. It also removes the suggestions text file, which is replaced with a man page.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v0.1 Pre-release
released this
2022-09-19 03:29:37 +00:00 | 20 commits to main since this releaseInitial version. Not very well tested, alpha software.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)