mirror of
https://github.com/danielbrendel/hortusfox-web.git
synced 2026-05-04 12:50:00 -05:00
Bluesky env vars
This commit is contained in:
+1
-1
@@ -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
@@ -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
@@ -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> {{ __('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> {{ __('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> {{ __('app.link_mastodon') }}</a>
|
||||
@endif
|
||||
|
||||
@if (env('APP_SERVICE_URL'))
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user