add adminpass cmd, update readme
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
9dffdfde39
commit
4183ab5c54
18
README.md
18
README.md
@ -1,17 +1,17 @@
|
||||
# pretix
|
||||
|
||||
> One line description of the recipe
|
||||
> Ticket shop application for conferences, festivals, concerts, tech events, shows, exhibitions, workshops, barcamps, etc.
|
||||
|
||||
<!-- metadata -->
|
||||
|
||||
* **Category**: Apps
|
||||
* **Status**: 0
|
||||
* **Image**: [`pretix`](https://hub.docker.com/r/pretix), 4, upstream
|
||||
* **Healthcheck**: No
|
||||
* **Backups**: No
|
||||
* **Email**: No
|
||||
* **Healthcheck**: Yes
|
||||
* **Backups**: Yes
|
||||
* **Email**: Yes
|
||||
* **Tests**: No
|
||||
* **SSO**: No
|
||||
* **SSO**: Only supported for customer accounts, see [documentation](https://docs.pretix.eu/en/latest/user/customers/index.html)
|
||||
|
||||
<!-- endmetadata -->
|
||||
|
||||
@ -21,6 +21,8 @@
|
||||
* `abra app config <app-name>`
|
||||
* `abra app deploy <app-name>`
|
||||
* If you get an internal server error, try running `pretix migrate` inside the app container
|
||||
* Initial admin is `admin@localhost` with password `admin`
|
||||
* Change immediately via gui or `abra app cmd <DOMAIN> app change_adminpass`
|
||||
|
||||
For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech).
|
||||
|
||||
@ -28,7 +30,7 @@ For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech).
|
||||
## TODO
|
||||
|
||||
* [X] mail
|
||||
* [ ] healthchecks
|
||||
* [ ] cronjob: 15,45 * * * * /usr/bin/docker exec pretix.service pretix cron
|
||||
* [ ] backups https://docs.pretix.eu/en/latest/admin/maintainance.html#maintainance
|
||||
* [x] healthchecks
|
||||
* [x] cronjob: 15,45 * * * * /usr/bin/docker exec pretix.service pretix cron
|
||||
* [x] backups https://docs.pretix.eu/en/latest/admin/maintainance.html#maintainance
|
||||
* [ ] plugins
|
||||
|
Loading…
Reference in New Issue
Block a user