mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
cleanup some local.py references
This commit is contained in:
parent
0c090f1486
commit
9767ce79d8
@ -337,7 +337,7 @@ To deactivate, click on the debug icon to switch to the debug view. Then uncheck
|
|||||||
|
|
||||||
### AA debug config
|
### AA debug config
|
||||||
|
|
||||||
In VSC, click on Debug / Add Configuration and choose "Django". Should Django not appear as an option, make sure to first open a Django file (e.g., the local.py settings) to help VSC detect that you are using Django.
|
In VSC, click on Debug / Add Configuration and choose "Django". Should Django not appear as an option, make sure to first open a Django file (e.g., the `local.py` settings) to help VSC detect that you are using Django.
|
||||||
|
|
||||||
The result should look something like this:
|
The result should look something like this:
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ Mumble is a free voice chat server. While not as flashy as TeamSpeak, it has all
|
|||||||
|
|
||||||
In your auth project's settings file (`aa-docker/conf/local.py`), do the following:
|
In your auth project's settings file (`aa-docker/conf/local.py`), do the following:
|
||||||
|
|
||||||
- Add `'allianceauth.services.modules.mumble',` to your `INSTALLED_APPS` list
|
- Add `'allianceauth.services.modules.mumble',` to `INSTALLED_APPS` in your `local.py`
|
||||||
- Append the following to your auth project's settings file:
|
- Append the following to your auth project's settings file:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
@ -8,7 +8,7 @@ Openfire is a Jabber (XMPP) server.
|
|||||||
|
|
||||||
In your auth project's settings file (`aa-docker/conf/local.py`), do the following:
|
In your auth project's settings file (`aa-docker/conf/local.py`), do the following:
|
||||||
|
|
||||||
- Add `'allianceauth.services.modules.openfire',` to your `INSTALLED_APPS` list
|
- Add `'allianceauth.services.modules.openfire',` to `INSTALLED_APPS` in your `local.py`
|
||||||
- Append the following to your auth project's settings file:
|
- Append the following to your auth project's settings file:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
@ -4,7 +4,7 @@ Openfire is a Jabber (XMPP) server.
|
|||||||
|
|
||||||
## Prepare Your Settings
|
## Prepare Your Settings
|
||||||
|
|
||||||
- Add `'allianceauth.services.modules.openfire',` to your `INSTALLED_APPS` list
|
- Add `'allianceauth.services.modules.openfire',` to `INSTALLED_APPS` in your `local.py`
|
||||||
- Append the following to your auth project's settings file:
|
- Append the following to your auth project's settings file:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
@ -108,7 +108,7 @@ exit;
|
|||||||
|
|
||||||
The remainder of the setup occurs through Openfire’s web interface. Navigate to <http://example.com:9090>, or if you’re behind CloudFlare, go straight to your server’s IP:9090.
|
The remainder of the setup occurs through Openfire’s web interface. Navigate to <http://example.com:9090>, or if you’re behind CloudFlare, go straight to your server’s IP:9090.
|
||||||
|
|
||||||
Select your language. I sure hope it’s English if you’re reading this guide.
|
Select your language.
|
||||||
|
|
||||||
Under Server Settings, set the Domain to `example.com` replacing it with your actual domain. Don’t touch the rest.
|
Under Server Settings, set the Domain to `example.com` replacing it with your actual domain. Don’t touch the rest.
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ phpBB3 requires PHP installed in your web server. Apache has `mod_php`, NGINX re
|
|||||||
|
|
||||||
In your auth project's settings file, do the following:
|
In your auth project's settings file, do the following:
|
||||||
|
|
||||||
- Add `'allianceauth.services.modules.phpbb3',` to your `INSTALLED_APPS` list
|
- Add `'allianceauth.services.modules.phpbb3',` to `INSTALLED_APPS` in your `local.py`
|
||||||
- Append the following to the bottom of the settings file:
|
- Append the following to the bottom of the settings file:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
@ -12,7 +12,7 @@ SMF requires PHP installed in your web server. Apache has `mod_php`, NGINX requi
|
|||||||
|
|
||||||
In your auth project's settings file, do the following:
|
In your auth project's settings file, do the following:
|
||||||
|
|
||||||
- Add `'allianceauth.services.modules.smf',` to your `INSTALLED_APPS` list
|
- Add `'allianceauth.services.modules.smf',` to `INSTALLED_APPS` in your `local.py`
|
||||||
- Append the following to the bottom of the settings file:
|
- Append the following to the bottom of the settings file:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
@ -14,7 +14,7 @@ Sticking with TS3? Alright, I tried.
|
|||||||
|
|
||||||
In your auth project's settings file (`aa-docker/conf/local.py`), do the following:
|
In your auth project's settings file (`aa-docker/conf/local.py`), do the following:
|
||||||
|
|
||||||
- Add `'allianceauth.services.modules.teamspeak',` to your `INSTALLED_APPS` list
|
- Add `'allianceauth.services.modules.teamspeak',` to `INSTALLED_APPS` in your `local.py`
|
||||||
- Append the following to your auth project's settings file:
|
- Append the following to your auth project's settings file:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
@ -32,7 +32,7 @@ CELERYBEAT_SCHEDULE['run_ts3_group_update'] = {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Add the following lines to your `.env` file
|
- Add the following lines to your `.env` file
|
||||||
|
|
||||||
```env
|
```env
|
||||||
# Temspeak
|
# Temspeak
|
||||||
@ -152,7 +152,7 @@ If you have SSH access to the server hosting it, you need to locate the teamspea
|
|||||||
|
|
||||||
### `520 invalid loginname or password`
|
### `520 invalid loginname or password`
|
||||||
|
|
||||||
The serverquery account login specified in local.py is incorrect. Please verify `TEAMSPEAK3_SERVERQUERY_USER` and `TEAMSPEAK3_SERVERQUERY_PASSWORD`. The [installation section](#update-settings) describes where to get them.
|
The serverquery account login specified in `local.py` is incorrect. Please verify `TEAMSPEAK3_SERVERQUERY_USER` and `TEAMSPEAK3_SERVERQUERY_PASSWORD`. The [installation section](#update-settings) describes where to get them.
|
||||||
|
|
||||||
### `2568 insufficient client permissions`
|
### `2568 insufficient client permissions`
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ Sticking with TS3? Alright, I tried.
|
|||||||
|
|
||||||
In your auth project's settings file, do the following:
|
In your auth project's settings file, do the following:
|
||||||
|
|
||||||
- Add `'allianceauth.services.modules.teamspeak3',` to your `INSTALLED_APPS` list
|
- Add `'allianceauth.services.modules.teamspeak3',` to `INSTALLED_APPS` in your `local.py`
|
||||||
- Append the following to the bottom of the settings file:
|
- Append the following to the bottom of the settings file:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
@ -170,7 +170,7 @@ If you have SSH access to the server hosting it, you need to locate the teamspea
|
|||||||
|
|
||||||
### `520 invalid loginname or password`
|
### `520 invalid loginname or password`
|
||||||
|
|
||||||
The serverquery account login specified in local.py is incorrect. Please verify `TEAMSPEAK3_SERVERQUERY_USER` and `TEAMSPEAK3_SERVERQUERY_PASSWORD`. The [installation section](#update-settings) describes where to get them.
|
The serverquery account login specified in `local.py` is incorrect. Please verify `TEAMSPEAK3_SERVERQUERY_USER` and `TEAMSPEAK3_SERVERQUERY_PASSWORD`. The [installation section](#update-settings) describes where to get them.
|
||||||
|
|
||||||
### `2568 insufficient client permissions`
|
### `2568 insufficient client permissions`
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user