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

Note

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)

AA ESI Status needs at least Alliance Auth v3.6.1. Please make sure to meet this condition before installing this app, otherwise an update to Alliance Auth will be pulled in unsupervised.

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.

(Optional) Public Views

This app supports AA's feature of public views, since the ESI status is not any mission-critical information. To allow users to view the time zone conversion page without the need to log in, please add "esistatus", to the list of APPS_WITH_PUBLIC_VIEWS in your local.py:

# By default, apps are prevented from having public views for security reasons.
# To allow specific apps to have public views, add them to APPS_WITH_PUBLIC_VIEWS
#   » The format is the same as in INSTALLED_APPS
#   » The app developer must also explicitly allow public views for their app
APPS_WITH_PUBLIC_VIEWS = [
    "esistatus",  # https://github.com/ppfeufer/aa-esi-status/
]

Note

If you don't have a list for APPS_WITH_PUBLIC_VIEWS yet, then add the whole block from here. This feature has been added in Alliance Auth v3.6.0 so you might not yet have this list in your local.py.

Updating

To update your existing installation of AA ESI Status, 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.12.0.tar.gz (185.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aa_esi_status-1.12.0-py3-none-any.whl (202.3 kB view details)

Uploaded Python 3

File details

Details for the file aa_esi_status-1.12.0.tar.gz.

File metadata

  • Download URL: aa_esi_status-1.12.0.tar.gz
  • Upload date:
  • Size: 185.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.17

File hashes

Hashes for aa_esi_status-1.12.0.tar.gz
Algorithm Hash digest
SHA256 c7a2cc4116c3f26640a4ea78907aec5c88d6ef840ffb4dc8a32f38cd6f70d3fd
MD5 7e927b2ec5aa50a6e0dfbe023ce20e6e
BLAKE2b-256 c37f88df8289126099bbb7ad7be8b12f035cb08da40bc4fc0e12fa702157fffd

See more details on using hashes here.

File details

Details for the file aa_esi_status-1.12.0-py3-none-any.whl.

File metadata

  • Download URL: aa_esi_status-1.12.0-py3-none-any.whl
  • Upload date:
  • Size: 202.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.17

File hashes

Hashes for aa_esi_status-1.12.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fff13070c91e9ec39cfd3a3a69f11a1003a98367bd0238857db88f22f80db451
MD5 fffb774db708a7793eaabaa97b0da0f5
BLAKE2b-256 02f255b2f4cb3c0d679f2e8bd2168565c8a7d5ba29b1d1b565ad8b53458dd21e

See more details on using hashes here.

Supported by

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