Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ahmm I changed some stuff thats cool #124

Merged
merged 9 commits into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
64 changes: 64 additions & 0 deletions .env.prod
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
APP_ENV=production
APP_DEBUG=true
APP_KEY=base64:fnXoBLKZ+kbyozohNMlOAGDxb0q6DQlbUEVxg7LKj3s=
APP_THEME=pterodactyl
APP_TIMEZONE=UTC
APP_URL="https://panel.astralaxis.one"
APP_LOCALE=en
APP_ENVIRONMENT_ONLY=false

# If you are using a proxy server set this to be
# the Proxy server's ip adddress.
# TRUSTED_PROXIES=*

LOG_CHANNEL=daily
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=panel
DB_USERNAME=pterodactyl
DB_PASSWORD=Lapizcumpo123

REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379

CACHE_DRIVER=file
QUEUE_CONNECTION=redis
SESSION_DRIVER=file

HASHIDS_SALT=VClPgM8JSEv8WwCEJ1FI
HASHIDS_LENGTH=8

MAIL_MAILER=smtp
MAIL_HOST=smtp.example.com
MAIL_PORT=25
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_ENCRYPTION=tls
[email protected]
MAIL_FROM_NAME="Pterodactyl Panel"
# You should set this to your domain to prevent it defaulting to 'localhost', causing
# mail servers such as Gmail to reject your mail.
#
# @see: https://github.com/pterodactyl/panel/pull/3110
# MAIL_EHLO_DOMAIN=panel.example.com

APP_SERVICE_AUTHOR="[email protected]"
SESSION_SECURE_COOKIE=true
RECAPTCHA=false


# PROJECT SETTINGS
# PLEASE NOTE THAT IF YOU DON'T FOLLOW THE ACTIONS THIS MAY BREAK THE WHOLE APPLICATION

VITE_LOGO_URL=https://www.astralaxis.tech/bold.svg
# This could either be /<public assest png> or an link, highly recommend making some random CDN and making it a link tho :D. Cuz im not very good at cooding
VITE_SITE_NAME=Not
# Logo Name will be registerd here
VITE_STATUS_PAGE="https://hetrix.astralaxis.tech


3 changes: 0 additions & 3 deletions .github/FUNDING.yml

This file was deleted.

87 changes: 0 additions & 87 deletions .github/ISSUE_TEMPLATE/bug-report.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/feature-request.yml

This file was deleted.

Binary file removed .github/banner.png
Binary file not shown.
11 changes: 0 additions & 11 deletions .github/dependabot.yml

This file was deleted.

76 changes: 0 additions & 76 deletions .github/docker/README.md

This file was deleted.

51 changes: 0 additions & 51 deletions .github/docker/default.conf

This file was deleted.

Loading
Loading