-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/MiranDaniel/f1rewall
- Loading branch information
Showing
7 changed files
with
102 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
*venv* | ||
*pycache* | ||
*pycache* | ||
*VS* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# How to set up the Cloudflare tunnel to host your gateway | ||
|
||
**Warning: this method requires you to change your domain namesevers to Cloudflare** | ||
|
||
Cloudflare tunnel is an easy way to host your gateway on a subdomain (ex. chat.<>.<>) | ||
|
||
## Cloudflare docs | ||
|
||
1. https://support.cloudflare.com/hc/en-us/articles/201720164-Creating-a-Cloudflare-account-and-adding-a-website | ||
2. https://support.cloudflare.com/hc/en-us/articles/205195708 | ||
3. https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/install-and-setup/tunnel-guide | ||
|
||
## Notes | ||
When setting up your tunnel, it's application localhost post has to match your preconfigured port in config.yaml! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# How to customise your gateway | ||
|
||
This gateway is fully customisables. | ||
|
||
## Logo customisation | ||
|
||
To change the app logo, head to `static/wordmark.png` and replace it with yours. | ||
|
||
## Background customisation | ||
|
||
To change the background, head to `static/background.png` and replace it with the background you want. | ||
You can also apply gradients in the `templates/index.html` file. | ||
|
||
## Theme customisation | ||
|
||
To customise the theme, change the `dark_theme` value in your `config.yaml` file. | ||
|
||
## Website design customisation | ||
|
||
To customise the rest of the website, simply edit the `templates/index.html` file to fit your needs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters