mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
use defined pygments
This commit is contained in:
parent
29ad4acff7
commit
0839920032
@ -18,7 +18,7 @@ MUMBLE_URL = "mumble.example.com"
|
|||||||
|
|
||||||
Add the following lines to your `.env` file
|
Add the following lines to your `.env` file
|
||||||
|
|
||||||
```env
|
```bash
|
||||||
# Mumble
|
# Mumble
|
||||||
MUMBLE_SUPERUSER_PASSWORD = superuser_password
|
MUMBLE_SUPERUSER_PASSWORD = superuser_password
|
||||||
MUMBLE_ICESECRETWRITE = icesecretwrite
|
MUMBLE_ICESECRETWRITE = icesecretwrite
|
||||||
|
@ -25,7 +25,7 @@ BROADCAST_SERVICE_NAME = "broadcast"
|
|||||||
|
|
||||||
Add the following lines to your `.env` file
|
Add the following lines to your `.env` file
|
||||||
|
|
||||||
```env
|
```bash
|
||||||
# Openfire
|
# Openfire
|
||||||
OPENFIRE_SECRET_KEY = superuser_password
|
OPENFIRE_SECRET_KEY = superuser_password
|
||||||
BROADCAST_USER_PASSWORD = icesecretwrite
|
BROADCAST_USER_PASSWORD = icesecretwrite
|
||||||
|
@ -34,7 +34,7 @@ CELERYBEAT_SCHEDULE['run_ts3_group_update'] = {
|
|||||||
|
|
||||||
Add the following lines to your `.env` file
|
Add the following lines to your `.env` file
|
||||||
|
|
||||||
```env
|
```bash
|
||||||
# Temspeak
|
# Temspeak
|
||||||
TEAMSPEAK3_SERVERQUERY_USER = "serverquery"
|
TEAMSPEAK3_SERVERQUERY_USER = "serverquery"
|
||||||
TEAMSPEAK3_SERVERQUERY_PASSWORD = ""
|
TEAMSPEAK3_SERVERQUERY_PASSWORD = ""
|
||||||
|
@ -29,7 +29,7 @@ Replace your docker-compose.yml with the contents of <https://gitlab.com/allianc
|
|||||||
|
|
||||||
V3.x installs likely used a dedicated database for Nginx Proxy Manager, you can either setup NPM again without a database, or uncomment the sections noted to maintain this configuration
|
V3.x installs likely used a dedicated database for Nginx Proxy Manager, you can either setup NPM again without a database, or uncomment the sections noted to maintain this configuration
|
||||||
|
|
||||||
```docker-compose
|
```docker
|
||||||
proxy:
|
proxy:
|
||||||
...
|
...
|
||||||
# Uncomment this section to use a dedicated database for Nginx Proxy Manager
|
# Uncomment this section to use a dedicated database for Nginx Proxy Manager
|
||||||
@ -64,7 +64,7 @@ V3.x installs likely used a dedicated database for Nginx Proxy Manager, you can
|
|||||||
|
|
||||||
You will need to add some entries to your .env file
|
You will need to add some entries to your .env file
|
||||||
|
|
||||||
```env
|
```bash
|
||||||
AA_DB_CHARSET=utf8mb4
|
AA_DB_CHARSET=utf8mb4
|
||||||
GF_SECURITY_ADMIN_USERNAME=admin
|
GF_SECURITY_ADMIN_USERNAME=admin
|
||||||
```
|
```
|
||||||
|
@ -122,7 +122,7 @@ a2dissite 000-default.conf
|
|||||||
|
|
||||||
## Sample Config File
|
## Sample Config File
|
||||||
|
|
||||||
```ini
|
```apacheconf
|
||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
ServerName auth.example.com
|
ServerName auth.example.com
|
||||||
|
|
||||||
|
@ -99,7 +99,7 @@ Replace the nginx service in your docker-compose as follows
|
|||||||
|
|
||||||
Modify your nginx.conf as follows
|
Modify your nginx.conf as follows
|
||||||
|
|
||||||
```conf
|
```nginx
|
||||||
load_module modules/ngx_http_brotli_static_module.so;
|
load_module modules/ngx_http_brotli_static_module.so;
|
||||||
load_module modules/ngx_http_brotli_filter_module.so;
|
load_module modules/ngx_http_brotli_filter_module.so;
|
||||||
...
|
...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user