1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-21 21:19:35 +08:00
pooneyy 45790cc976
feat(rallly): add new application package for version 4.6.3
- add new application package for Rallly version 4.6.3
- include docker-compose.yml, config.env template, and initialization script
- add multilingual README files (zh and en) and application metadata
- add application logo and top-level data.yml for app store listing
2026-01-20 04:21:46 +08:00

28 lines
667 B
Bash

# REQUIRED CONFIG
# A random 32-character secret key used to encrypt user sessions
SECRET_PASSWORD=
# EMAIL CONFIG (required for sending emails)
# The email address that will be used to send emails. If not set, SUPPORT_EMAIL will be used instead.
# NOREPLY_EMAIL=
# The email of whoever is managing this instance in case a user needs support.
SUPPORT_EMAIL=
# The host address of your SMTP server
SMTP_HOST=
# The port of your SMTP server
SMTP_PORT=587
# Set to "true" if SSL is enabled for your SMTP connection
SMTP_SECURE=
# The username (if auth is enabled on your SMTP server)
SMTP_USER=
# The password (if auth is enabled on your SMTP server)
SMTP_PWD=