1
0

feat: Add custom instance names (#399)

* Add custom name variable

* Add custom name variable usage to docs

* Remove leftover testing config options (oops)
هذا الالتزام موجود في:
Sangelo
2024-12-15 17:39:51 +01:00
ملتزم من قبل GitHub
الأصل 00951bf63b
التزام 20aef5e694
6 ملفات معدلة مع 1401 إضافات و1387 حذوفات

عرض الملف

@@ -28,4 +28,18 @@ custom.favicon: favicon.png
#### Environment variable
```sh
export OG_CUSTOM_FAVICON=favicon.png
```
```
### Instance Name
It is also possible to set a name for your instance, that would be displayed in the title bar instead of 'Opengist'.
#### YAML
```yaml
custom.name: My Gists
```
#### Environment variable
```sh
export OG_CUSTOM_NAME="My Gists"
```