🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

skyhook-timer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
s

skyhook-timer

A Skyhook Timer app for Alliance Auth.

0.0.65
100

Supply Chain Security

100

Vulnerability

99

Quality

100

Maintenance

100

License

Maintainers
1
Issues
7

skyhook-app

python release

Plugin for tracking Skyhook timers in Alliance Auth

Contents

Key Features

  • Adding a table entry with system name, planet, and countdown time remaining
  • Alliance Auth nav menu count of Skyhooks close to their vulnerable timer

Screenshots

View timers

image

Add a timer (or update an existing one)

image

Admin view

image

Installation

1 - Install app

Install into your Alliance Auth virtual environment from PyPI:

pip install skyhook-timer

2 - Configure AA settings

Add 'skyhook_timer' to INSTALLED_APPS

3 - Finalize installation into AA

Run migrations & copy static files

python manage.py migrate
python manage.py collectstatic

Restart your supervisor services for AA

4 - Setup permissions

Now you can access Alliance Auth and setup permissions for your users. See below

Permissions

This is an overview of all permissions used by this app:

NamePurposeCode
Can add skyhook timerCan create a unique skyhook timer with system/planet and time. If the system/planet timer exists already it overwritesadd_skyhooktimer
Can view skyhook timerAllows viewing of the nav menu link, and rendering of the skyhook timer page. This should be added to all users/members/states/groups that should be able to view skyhook timersview_skyhooktimer

CHANGELOG

0.0.49

  • Better Skyhook Adding, matches ingame time system.
  • Changed default permissions

0.0.43

  • Limited stable release

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts