allianceauth/docs/features/apps/timerboard.md
2024-09-03 12:24:17 +10:00

1.7 KiB

Structure Timers

Structure Timers helps you keep track of both offensive and defensive structure timers in your space.

timerboard

Installation

  • Add 'allianceauth.timerboard', to INSTALLED_APPS in your local.py

Perform Django Maintenance and restart our Web Service and Workers.

::::{tabs} :::{group-tab} Bare Metal

python manage.py migrate
python manage.py collectstatic --noinput
supervisorctl restart myauth:

::: :::{group-tab} Containerized

docker compose --env-file=.env up -d
docker compose exec allianceauth_gunicorn bash
auth migrate
auth collectstatic

::: ::::

Permissions

To use and administer this feature, users will require some of the following.

+---------------------------------------+------------------+--------------------------------------------------------------------------+
| Permission                            | Admin Site       | Auth Site                                                                |
+=======================================+==================+==========================================================================+
| auth.timer_view                       | None             | Can view Timerboard Timers                                               |
+---------------------------------------+------------------+--------------------------------------------------------------------------+
| auth.timer_manage                     | None             | Can Manage Timerboard timers                                             |
+---------------------------------------+------------------+--------------------------------------------------------------------------+