- build and start
(will stay active in this shell)
$ docker-compose up
- setup
(it won't let you run this twice)
$ docker-compose exec halos sh /usr/local/sbin/setup.sh salt
- add users
$ docker-compose exec halos sh /usr/local/sbin/add.sh username "User Name"
Changing password for username
New Password:
- Log in!
$ docker-compose exec halos su - username
$ alpine
… send email …
$ salt
> /nick User
> hello
> /quit
- Give a login prompt
docker-compose exec halos login
000000000 login: username
password: …
…
© 2023 Code Hive Tx, LLC Apache-2.0, see LICENSE