Skip to main content

A simple status monitor for ESI

Project description

AA ESI Status

Version License Python Django pre-commit Code Style: black Discord Checks codecov Translation Status Contributor Covenant

ko-fi

App for Alliance Auth to show the current status of ESI and its end points.



AA ESI Status

Installation

Important: This app is a plugin for Alliance Auth. If you don't have Alliance Auth running already, please install it first before proceeding. (See the official AA installation guide for details)

Step 1: Install the App

Make sure you're in the virtual environment (venv) of your Alliance Auth installation. Then install the latest version:

pip install aa-esi-status

Step 2: Update Your AA Settings

Configure your AA settings (local.py) as follows:

  • Add 'esistatus', to INSTALLED_APPS

Step 3: Finalizing the Installation

Run migrations & copy static files

python manage.py collectstatic
python manage.py migrate

Restart your supervisor services for AA

Step 4: Setting up Permissions

Now you can set up permissions in Alliance Auth for your users. Add esistatus|esi status|Can access this app to the states and/or groups you would like to have access.

Updating

To update your existing installation of AA Time Zones, first enable your virtual environment.

Then run the following commands from your AA project directory (the one that contains manage.py).

pip install -U aa-esi-status
python manage.py collectstatic
python manage.py migrate

Now restart your AA supervisor services.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aa_esi_status-1.11.1.tar.gz (185.5 kB view hashes)

Uploaded Source

Built Distribution

aa_esi_status-1.11.1-py3-none-any.whl (202.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page