mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-15 07:20:17 +02:00
Basic fleetup instructions including settings.
This commit is contained in:
parent
a143dfbb37
commit
3eeed99af2
@ -2,6 +2,19 @@
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Add `allianceauth.fleetup` to your `INSTALLED_APPS` setting. In `myauth/settings/local.py`:
|
Add `allianceauth.fleetup` to your auth project's `INSTALLED_APPS` setting.
|
||||||
|
|
||||||
INSTALLED_APPS += ['allianceauth.fleetup']
|
INSTALLED_APPS += ['allianceauth.fleetup']
|
||||||
|
|
||||||
|
Additional settings are required. Append the following settings to the end of your auth project's settings file and fill them out.
|
||||||
|
|
||||||
|
FLEETUP_APP_KEY = '' # The app key from http://fleet-up.com/Api/MyApps
|
||||||
|
FLEETUP_USER_ID = '' # The user id from http://fleet-up.com/Api/MyKeys
|
||||||
|
FLEETUP_API_ID = '' # The API id from http://fleet-up.com/Api/MyKeys
|
||||||
|
FLEETUP_GROUP_ID = '' # The id of the group you want to pull data from, see http://fleet-up.com/Api/Endpoints#groups_mygroupmemberships
|
||||||
|
|
||||||
|
Once filled out restart gunicorn and celery.
|
||||||
|
|
||||||
|
## Permissions
|
||||||
|
|
||||||
|
The Fleetup module is only visible to users with the `auth | user | view_fleeup` permission.
|
@ -6,10 +6,10 @@
|
|||||||
:caption: Features Contents
|
:caption: Features Contents
|
||||||
|
|
||||||
states
|
states
|
||||||
hrapplications
|
|
||||||
corpstats
|
|
||||||
groups
|
groups
|
||||||
autogroups
|
autogroups
|
||||||
|
hrapplications
|
||||||
|
corpstats
|
||||||
permissions_tool
|
permissions_tool
|
||||||
nameformats
|
nameformats
|
||||||
fleetup
|
fleetup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user