change llc.bio to llc.ovh

This commit is contained in:
Julian Prieber 2022-10-25 12:07:37 +02:00
parent c8ee3f1c26
commit e684be414d
6 changed files with 7 additions and 7 deletions

2
.github/FUNDING.yml vendored
View File

@ -3,4 +3,4 @@
github: JulianPrieber github: JulianPrieber
patreon: JulianPrieber patreon: JulianPrieber
liberapay: LittleLink-Custom liberapay: LittleLink-Custom
custom: [paypal.me/JulianPrieber, buymeacoffee.com/JulianPrieber, llc.bio] custom: [paypal.me/JulianPrieber, buymeacoffee.com/JulianPrieber, llc.ovh]

View File

@ -13,4 +13,4 @@ Platform: `Ubuntu 22.04 LTS`
Server type: `NGINX/Apache2 ...` Server type: `NGINX/Apache2 ...`
PHP version: `8.1` PHP version: `8.1`
[//]: # (Please make sure you have read the system requirements at https://llc.bio/req before submitting your issue.) [//]: # (Please make sure you have read the system requirements at https://llc.ovh/req before submitting your issue.)

View File

@ -344,7 +344,7 @@ LittleLink Admin is in itself a fork of [LittleLink](https://github.com/sethcott
<br> <br>
## Supporters ## Supporters
You can support LittleLink Custom [here](https://littlelink-custom.com/sponsor). If you choose to support LittleLink Custom, you will get exclusive rewards such as access to a private LittleLink Custom instance hosted by us at [llc.bio](https://llc.bio) for free. You can support LittleLink Custom [here](https://littlelink-custom.com/sponsor). If you choose to support LittleLink Custom, you will get exclusive rewards such as access to a private LittleLink Custom instance hosted by us at [llc.ovh](https://llc.ovh) for free.
**💖 Thank you:** **💖 Thank you:**

View File

@ -202,7 +202,7 @@ return [
| In the 'title' field, changes the text on a button, such as 'custom' and 'custom_website'. | In the 'title' field, changes the text on a button, such as 'custom' and 'custom_website'.
| |
| In the 'icon' field, uses the same syntax as the Button Editor on the Admin Panel. | In the 'icon' field, uses the same syntax as the Button Editor on the Admin Panel.
| This allows you to add your own icons to 'custom' buttons. You can find a list of available icons on llc.bio/fa. | This allows you to add your own icons to 'custom' buttons. You can find a list of available icons on llc.ovh/fa.
| |
| In the 'custom_css' field, here you can enter custom CSS to change the color of your button. | In the 'custom_css' field, here you can enter custom CSS to change the color of your button.
| If you don't feel comfortable working with CSS, | If you don't feel comfortable working with CSS,

View File

@ -69,13 +69,13 @@ SESSION_DRIVER=file
SESSION_LIFETIME=120 SESSION_LIFETIME=120
#Updater Settings=Changes settings regarding the built-in updater. #Updater Settings=Changes settings regarding the built-in updater.
#=JOIN_BETA either true or false. Learn more about this setting at llc.bio/beta. #=JOIN_BETA either true or false. Learn more about this setting at llc.ovh/beta.
JOIN_BETA=false JOIN_BETA=false
#=SKIP_UPDATE_BACKUP either true or false. Skips backup before updating. Use at your own risk. #=SKIP_UPDATE_BACKUP either true or false. Skips backup before updating. Use at your own risk.
SKIP_UPDATE_BACKUP=false SKIP_UPDATE_BACKUP=false
#=CUSTOM_META_TAGS either true or false. Used to enable setting in advanced config file (config/advanced-config.php). #=CUSTOM_META_TAGS either true or false. Used to enable setting in advanced config file (config/advanced-config.php).
#=You can read more about this config at https://llc.bio/advanced-config. #=You can read more about this config at https://llc.ovh/advanced-config.
CUSTOM_META_TAGS=false CUSTOM_META_TAGS=false
#=FORCE_HTTPS either true or false. Used to redirect any request to HTTPS. #=FORCE_HTTPS either true or false. Used to redirect any request to HTTPS.

View File

@ -193,7 +193,7 @@ return [
| In the 'title' field, changes the text on a button, such as 'custom' and 'custom_website'. | In the 'title' field, changes the text on a button, such as 'custom' and 'custom_website'.
| |
| In the 'icon' field, uses the same syntax as the Button Editor on the Admin Panel. | In the 'icon' field, uses the same syntax as the Button Editor on the Admin Panel.
| This allows you to add your own icons to 'custom' buttons. You can find a list of available icons on llc.bio/fa. | This allows you to add your own icons to 'custom' buttons. You can find a list of available icons on llc.ovh/fa.
| |
| In the 'custom_css' field, here you can enter custom CSS to change the color of your button. | In the 'custom_css' field, here you can enter custom CSS to change the color of your button.
| If you don't feel comfortable working with CSS, | If you don't feel comfortable working with CSS,