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
|
# pretix
|
||||||
|
|
||||||
> One line description of the recipe
|
> Ticket shop application for conferences, festivals, concerts, tech events, shows, exhibitions, workshops, barcamps, etc.
|
||||||
|
|
||||||
<!-- metadata -->
|
<!-- metadata -->
|
||||||
|
|
||||||
* **Category**: Apps
|
* **Category**: Apps
|
||||||
* **Status**: 0
|
* **Status**: 0
|
||||||
* **Image**: [`pretix`](https://hub.docker.com/r/pretix), 4, upstream
|
* **Image**: [`pretix`](https://hub.docker.com/r/pretix), 4, upstream
|
||||||
* **Healthcheck**: No
|
* **Healthcheck**: Yes
|
||||||
* **Backups**: No
|
* **Backups**: Yes
|
||||||
* **Email**: No
|
* **Email**: Yes
|
||||||
* **Tests**: No
|
* **Tests**: No
|
||||||
* **SSO**: No
|
* **SSO**: Only supported for customer accounts, see [documentation](https://docs.pretix.eu/en/latest/user/customers/index.html)
|
||||||
|
|
||||||
<!-- endmetadata -->
|
<!-- endmetadata -->
|
||||||
|
|
||||||
@ -21,6 +21,8 @@
|
|||||||
* `abra app config <app-name>`
|
* `abra app config <app-name>`
|
||||||
* `abra app deploy <app-name>`
|
* `abra app deploy <app-name>`
|
||||||
* If you get an internal server error, try running `pretix migrate` inside the app container
|
* 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).
|
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
|
## TODO
|
||||||
|
|
||||||
* [X] mail
|
* [X] mail
|
||||||
* [ ] healthchecks
|
* [x] healthchecks
|
||||||
* [ ] cronjob: 15,45 * * * * /usr/bin/docker exec pretix.service pretix cron
|
* [x] cronjob: 15,45 * * * * /usr/bin/docker exec pretix.service pretix cron
|
||||||
* [ ] backups https://docs.pretix.eu/en/latest/admin/maintainance.html#maintainance
|
* [x] backups https://docs.pretix.eu/en/latest/admin/maintainance.html#maintainance
|
||||||
* [ ] plugins
|
* [ ] plugins
|
||||||
|
Loading…
Reference in New Issue
Block a user