Bluesky env vars

This commit is contained in:
Daniel Brendel
2025-09-03 22:50:57 +02:00
parent cd23b32053
commit ec41274d3e
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ APP_SERVICE_URL="https://www.hortusfox.com"
APP_GITHUB_SPONSOR="https://github.com/sponsors/danielbrendel"
APP_DONATION_KOFI="https://ko-fi.com/danielbrendel"
APP_SOCIAL_DISCORD="https://discord.gg/kc6xGmjzVS"
APP_SOCIAL_MASTODON="https://mastodon.social/@hortusfox"
APP_SOCIAL_BLUESKY="https://bsky.app/profile/danielbrendel.com"
# Session
SESSION_ENABLE=true
+1 -1
View File
@@ -21,7 +21,7 @@ APP_SERVICE_URL="https://www.hortusfox.com"
APP_GITHUB_SPONSOR="https://github.com/sponsors/danielbrendel"
APP_DONATION_KOFI="https://ko-fi.com/danielbrendel"
APP_SOCIAL_DISCORD="https://discord.gg/kc6xGmjzVS"
APP_SOCIAL_MASTODON="https://mastodon.social/@hortusfox"
APP_SOCIAL_BLUESKY="https://bsky.app/profile/danielbrendel.com"
# Session
SESSION_ENABLE=true
+2 -2
View File
@@ -1016,8 +1016,8 @@
<a class="button admin-info-social-button is-social-discord" href="{{ env('APP_SOCIAL_DISCORD') }}" target="_blank"><i class="fab fa-discord"></i>&nbsp;{{ __('app.link_discord') }}</a>
@endif
@if (env('APP_SOCIAL_MASTODON'))
<a class="button admin-info-social-button is-social-mastodon" href="{{ env('APP_SOCIAL_MASTODON') }}" target="_blank"><i class="fab fa-mastodon"></i>&nbsp;{{ __('app.link_mastodon') }}</a>
@if (env('APP_SOCIAL_BLUESKY'))
<a class="button admin-info-social-button is-social-mastodon" href="{{ env('APP_SOCIAL_BLUESKY') }}" target="_blank"><i class="fab fa-mastodon"></i>&nbsp;{{ __('app.link_mastodon') }}</a>
@endif
@if (env('APP_SERVICE_URL'))
+1 -1
View File
@@ -97,7 +97,7 @@ create_environment_file() {
APP_DONATION_KOFI="https://ko-fi.com/danielbrendel"
APP_SERVICE_URL="https://www.hortusfox.com"
APP_SOCIAL_DISCORD="https://discord.gg/kc6xGmjzVS"
APP_SOCIAL_MASTODON="https://mastodon.social/@hortusfox"
APP_SOCIAL_BLUESKY="https://bsky.app/profile/danielbrendel.com"
# Session
SESSION_ENABLE=true