ulyc ccac43e9e6 🔥: remove metasrht-manageuser | 2 anni fa | |
---|---|---|
base | 2 anni fa | |
nginx_conf | 2 anni fa | |
postgres_sh | 2 anni fa | |
template | 2 anni fa | |
LICENSE | 2 anni fa | |
README.md | 2 anni fa | |
init.sh | 2 anni fa | |
start.sh | 2 anni fa |
This project is not recommend for use in production.
bash ./init.sh
docker-compose up --build -d
If you don't set domain, it will be set to localtest.me
(Resolve to 127.0.0.1).
You can visit the site at http://meta.localtest.me
.
$ docker exec -it {{your_container_id}} /bin/sh
$ /usr/bin/metasrht-manageuser [-fmPps] [-e <EMAIL>] [-t <USER_TYPE>] <USERNAME>
Options:
-e <EMAIL> set user email
-f perform action even if using different authentication method
-m modify existing user
-P clear password
-p set password (default if creating a new user)
-s read initial password from stdin (only effective with -p)
-t <USER_TYPE> set user type to USER_TYPE; USER_TYPE must be one of these
values: unconfirmed, active_non_paying, active_free,
active_paying, active_delinquent, admin, unknown, suspended
````
## Configuration
If you list want to run `lists.sr.ht` or `api` service, you need to set SMTP in [mail] section of `./config.ini` .
Then uncomment the code corresponding in `start.sh`.
bash docker-compose up --build -d --force ````
docker-compose version > 1.29