asda?‰PNG  IHDR ? f ??C1 sRGB ??é gAMA ±? üa pHYs ? ??o¨d GIDATx^íüL”÷e÷Y?a?("Bh?_ò???¢§?q5k?*:t0A-o??¥]VkJ¢M??f?±8\k2íll£1]q?ù???T var/softaculous/igniter/.env000064400000004573151027222020012137 0ustar00#-------------------------------------------------------------------- # Example Environment Configuration file # # This file can be used as a starting point for your own # custom .env files, and contains most of the possible settings # available in a default install. # # By default, all of the settings are commented out. If you want # to override the setting, you must un-comment it by removing the '#' # at the beginning of the line. #-------------------------------------------------------------------- #-------------------------------------------------------------------- # ENVIRONMENT #-------------------------------------------------------------------- CI_ENVIRONMENT = production #-------------------------------------------------------------------- # APP #-------------------------------------------------------------------- app.baseURL = '[[softurl]]/public/' # If you have trouble with `.`, you could also use `_`. # app_baseURL = '' # app.forceGlobalSecureRequests = false # app.CSPEnabled = false #-------------------------------------------------------------------- # DATABASE #-------------------------------------------------------------------- database.default.hostname = [[softdbhost]] database.default.database = [[softdb]] database.default.username = [[softdbuser]] database.default.password = [[softdbpass]] database.default.DBDriver = MySQLi database.default.DBPrefix = [[dbprefix]] database.default.port = 3306 # If you use MySQLi as tests, first update the values of Config\Database::$tests. # database.tests.hostname = localhost # database.tests.database = ci4_test # database.tests.username = root # database.tests.password = root # database.tests.DBDriver = MySQLi # database.tests.DBPrefix = # database.tests.charset = utf8mb4 # database.tests.DBCollat = utf8mb4_general_ci # database.tests.port = 3306 #-------------------------------------------------------------------- # ENCRYPTION #-------------------------------------------------------------------- # encryption.key = #-------------------------------------------------------------------- # SESSION #-------------------------------------------------------------------- # session.driver = 'CodeIgniter\Session\Handlers\FileHandler' # session.savePath = null #-------------------------------------------------------------------- # LOGGER #-------------------------------------------------------------------- # logger.threshold = 4 var/softaculous/akaunting/.env000064400000001327151027225110012454 0ustar00APP_NAME=Akaunting APP_ENV=production APP_LOCALE=[[language]] APP_INSTALLED=true APP_KEY=base64:[[APP_KEY]] APP_DEBUG=false APP_SCHEDULE_TIME="09:00" APP_URL=[[softurl]] DB_CONNECTION=mysql DB_HOST=[[softdbhost]] DB_PORT=3306 DB_DATABASE=[[softdb]] DB_USERNAME=[[softdbuser]] DB_PASSWORD="[[softdbpass]]" DB_PREFIX=[[dbprefix]] BROADCAST_DRIVER=log CACHE_DRIVER=file SESSION_DRIVER=file QUEUE_CONNECTION=sync LOG_CHANNEL=stack LOG_DEPRECATIONS_CHANNEL=null LOG_LEVEL=debug MAIL_MAILER=mail MAIL_HOST=localhost MAIL_PORT=2525 MAIL_USERNAME=null MAIL_PASSWORD=null MAIL_ENCRYPTION=null MAIL_FROM_NAME=null MAIL_FROM_ADDRESS=null FIREWALL_ENABLED=true MODEL_CACHE_ENABLED=true DEBUGBAR_EDITOR=vscode IGNITION_EDITOR=vscode var/softaculous/bagisto/.env000064400000002534151027225130012126 0ustar00APP_NAME=[[site_name]] APP_ENV=production APP_KEY=[[APP_KEY]] APP_DEBUG=false APP_DEBUG_ALLOWED_IPS= APP_URL=[[softurl]]/public APP_ADMIN_URL=admin APP_TIMEZONE=America/New_York APP_LOCALE=en APP_FALLBACK_LOCALE=en APP_FAKER_LOCALE=en_US APP_CURRENCY=USD APP_MAINTENANCE_DRIVER=file # APP_MAINTENANCE_STORE=database BCRYPT_ROUNDS=12 LOG_CHANNEL=stack LOG_STACK=single LOG_DEPRECATIONS_CHANNEL=null LOG_LEVEL=debug DB_CONNECTION="mysql" DB_HOST="[[softdbhost]]" DB_PORT="3306" DB_DATABASE="[[softdb]]" DB_USERNAME="[[softdbuser]]" DB_PASSWORD="[[softdbpass]]" DB_PREFIX= SESSION_DRIVER=file SESSION_LIFETIME=120 SESSION_ENCRYPT=false SESSION_PATH=/ SESSION_DOMAIN=null BROADCAST_CONNECTION=log FILESYSTEM_DISK=public QUEUE_CONNECTION=sync CACHE_STORE=file CACHE_PREFIX= MEMCACHED_HOST=127.0.0.1 REDIS_CLIENT=phpredis REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null REDIS_PORT=6379 RESPONSE_CACHE_ENABLED=true MAIL_MAILER=smtp MAIL_HOST=[[out_host_server]] MAIL_PORT=[[out_m_port]] MAIL_USERNAME= MAIL_PASSWORD= MAIL_ENCRYPTION=tls MAIL_FROM_ADDRESS=shop@example.com MAIL_FROM_NAME=Shop ADMIN_MAIL_ADDRESS=admin@example.com ADMIN_MAIL_NAME=Admin CONTACT_MAIL_ADDRESS= CONTACT_MAIL_NAME= AWS_ACCESS_KEY_ID= AWS_SECRET_ACCESS_KEY= AWS_DEFAULT_REGION=us-east-1 AWS_BUCKET= AWS_USE_PATH_STYLE_ENDPOINT=false VITE_APP_NAME=[[site_name]] VITE_HOST=localhost VITE_PORT= var/softaculous/tastyigniter/.env000064400000001267151027236630013235 0ustar00# APP CONFIG (DO NOT REMOVE!) APP_NAME="[[site_name]]" APP_ENV=production APP_KEY=[[enc_key]] APP_DEBUG=false APP_URL=[[softurl]] IGNITER_LOCATION_MODE=multiple # DATABASE CONFIG (DO NOT REMOVE!) DB_CONNECTION=mysql DB_HOST=[[softdbhost]] DB_PORT=3306 DB_DATABASE=[[softdb]] DB_USERNAME=[[softdbuser]] DB_PASSWORD="[[softdbpass]]" DB_PREFIX=[[dbprefix]] BROADCAST_DRIVER=log CACHE_DRIVER=file QUEUE_CONNECTION=sync SESSION_DRIVER=file SESSION_LIFETIME=120 REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null REDIS_PORT=6379 MAIL_MAILER=log MAIL_HOST=null MAIL_PORT=null MAIL_USERNAME=null MAIL_PASSWORD=null MAIL_ENCRYPTION=null MAIL_FROM_ADDRESS=noreply@tastyigniter.tld MAIL_FROM_NAME="${APP_NAME}" var/softaculous/eventsch/.env000064400000002203151027242770012317 0ustar00APP_NAME=Laravel APP_ENV=production APP_KEY=[[key]] APP_DEBUG=false APP_TIMEZONE=UTC APP_URL="[[softurl]]/public" REPORT_ERRORS=false APP_LOCALE=en APP_FALLBACK_LOCALE=en APP_FAKER_LOCALE=en_US APP_MAINTENANCE_DRIVER=file # APP_MAINTENANCE_STORE=database BCRYPT_ROUNDS=12 LOG_CHANNEL=stack LOG_STACK=single LOG_DEPRECATIONS_CHANNEL=null LOG_LEVEL=debug DB_CONNECTION=mysql DB_HOST="[[softdbhost]]" DB_PORT=3306 DB_DATABASE="[[softdb]]" DB_USERNAME="[[softdbuser]]" DB_PASSWORD="[[softdbpass]]" SESSION_DRIVER=file SESSION_LIFETIME=120 SESSION_ENCRYPT=false SESSION_PATH=/ SESSION_DOMAIN=null BROADCAST_CONNECTION=log FILESYSTEM_DISK=local QUEUE_CONNECTION=database CACHE_STORE=database CACHE_PREFIX= MEMCACHED_HOST=127.0.0.1 REDIS_CLIENT=phpredis REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null REDIS_PORT=6379 MAIL_MAILER=log MAIL_HOST=127.0.0.1 MAIL_PORT=2525 MAIL_USERNAME=null MAIL_PASSWORD=null MAIL_ENCRYPTION=null MAIL_FROM_ADDRESS="hello@example.com" MAIL_FROM_NAME="${APP_NAME}" AWS_ACCESS_KEY_ID= AWS_SECRET_ACCESS_KEY= AWS_DEFAULT_REGION=us-east-1 AWS_BUCKET= AWS_USE_PATH_STYLE_ENDPOINT=false VITE_APP_NAME="${APP_NAME}" GEMINI_API_KEY=var/softaculous/krayin/.env000064400000002236151027243130011772 0ustar00APP_NAME=[[site_name]] APP_ENV=prod APP_KEY=[[APP_KEY]] APP_DEBUG=false APP_URL=[[softurl]]/public APP_TIMEZONE=America/New_York APP_LOCALE=en APP_CURRENCY=USD VITE_HOST= VITE_PORT= LOG_CHANNEL=stack LOG_LEVEL=debug DB_CONNECTION=mysql DB_HOST=[[softdbhost]] DB_PORT=3306 DB_DATABASE=[[softdb]] DB_USERNAME=[[softdbuser]] DB_PASSWORD=[[softdbpass]] DB_PREFIX=[[dbprefix]] BROADCAST_DRIVER=log CACHE_DRIVER=file QUEUE_CONNECTION=sync SESSION_DRIVER=file SESSION_LIFETIME=120 MEMCACHED_HOST=127.0.0.1 REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null REDIS_PORT=6379 MAIL_MAILER=smtp MAIL_HOST=mailhog MAIL_PORT=1025 MAIL_USERNAME=null MAIL_PASSWORD=null MAIL_ENCRYPTION=null MAIL_FROM_ADDRESS=laravel@krayincrm.com MAIL_FROM_NAME="${APP_NAME}" MAIL_DOMAIN=webkul.com MAIL_RECEIVER_DRIVER=sendgrid IMAP_HOST=imap.example.com IMAP_PORT=993 IMAP_ENCRYPTION=ssl IMAP_VALIDATE_CERT=true IMAP_USERNAME=your_username IMAP_PASSWORD=your_password AWS_ACCESS_KEY_ID= AWS_SECRET_ACCESS_KEY= AWS_DEFAULT_REGION=us-east-1 AWS_BUCKET= PUSHER_APP_ID= PUSHER_APP_KEY= PUSHER_APP_SECRET= PUSHER_APP_CLUSTER=mt1 MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}" MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}" var/softaculous/kimai/.env000064400000004252151027244110011566 0ustar00# # You should NOT use this file in production, but instead move the environment variables to your webserver configuration. # The .env file is only existing to simplify the initial setup! # #================================================================================ # Configure your database connection and set the correct server version. # # You have to replace the following values with your defaults: # - the version "5.7" (the database server version, examples for MySQL and MariaDB below) # - the database username "user" # - the password "password" for "user" # - the database schema "database" # - you might have to adapt port "3306" and server IP "127.0.0.1" as well # # For MySQL that would be "serverVersion=5.7" as in: # DATABASE_URL=mysql://user:password@127.0.0.1:3306/database?charset=utf8mb4&serverVersion=5.7 # # For MariaDB it would be "serverVersion=10.5.8-MariaDB": # DATABASE_URL=mysql://user:password@127.0.0.1:3306/database?charset=utf8mb4&serverVersion=10.5.8-MariaDB # DATABASE_URL=mysql://[[softdbuser]]:[[softdbpass]]@[[softdbhost]]:3306/[[softdb]]?charset=utf8mb4&serverVersion=[[dbser_ver]] #================================================================================ # The full documentation can be found at https://www.kimai.org/documentation/emails.html # # Email will be sent with this address as sender: MAILER_FROM=kimai@example.com # Email connection (disabled by default) - see documentation for the format MAILER_URL=null://null #================================================================================ # do not change, unless you are developing for Kimai APP_ENV=prod #================================================================================ # should be changed to a unique character sequence, used for hashing cookies APP_SECRET=change_this_to_something_unique #================================================================================ # Running behind reverse proxies? Try these: # TRUSTED_PROXIES=127.0.0.1,127.0.0.2 # TRUSTED_HOSTS=localhost,example.com #================================================================================ # unlikely, that you need to change this one CORS_ALLOW_ORIGIN=^https?://localhost(:[0-9]+)?$ var/softaculous/atlantis/.env000064400000000347151027251520012317 0ustar00APP_ENV=local APP_DEBUG=false APP_KEY=[[APP_KEY]] DB_HOST=[[softdbhost]] DB_DATABASE=[[softdb]] DB_USERNAME=[[softdbuser]] DB_PASSWORD=[[softdbpass]] CACHE_DRIVER=file SESSION_DRIVER=file ATLANTIS_INSTALL=true MULTI_SITES=false var/softaculous/pyro/.env000064400000000530151027452710011467 0ustar00APP_ENV=local INSTALLED=true APP_KEY=[[app_key]] DB_DRIVER=mysql DB_HOST=[[softdbhost]] DB_DATABASE=[[softdb]] DB_USERNAME=[[softdbuser]] DB_PASSWORD=[[softdbpass]] APPLICATION_NAME=[[site_name]] APPLICATION_DOMAIN=[[domhost]][[relativeurl]]/public APPLICATION_REFERENCE=[[app_ref]] APP_URL=[[softurl]]/public ADMIN_USERNAME=[[admin_username]] var/softaculous/castopod/.env000064400000005025151027453170012317 0ustar00#-------------------------------------------------------------------- # Example Environment Configuration file # # This file can be used as a starting point for # your Castopod instance settings. # # For manual configuration: # - copy this file's contents to a file named `.env` # - replace all the default settings with your values # - go to `/cp-install` to complete installation #-------------------------------------------------------------------- #-------------------------------------------------------------------- # Instance configuration #-------------------------------------------------------------------- app.baseURL="[[softurl]]/" media.baseURL="[[softurl]]/" admin.gateway="cp-admin" auth.gateway="cp-auth" analytics.salt="[[analytics_salt]]" #-------------------------------------------------------------------- # Database configuration #-------------------------------------------------------------------- database.default.hostname="[[softdbhost]]" database.default.database="[[softdb]]" database.default.username="[[softdbuser]]" database.default.password="[[softdbpass]]" database.default.DBPrefix="[[dbprefix]]" #-------------------------------------------------------------------- # Email configuration #-------------------------------------------------------------------- email.fromEmail="[[send_email]]" email.SMTPHost="[[out_host_server]]" email.SMTPUser="[[send_email]]" email.SMTPPass="[[send_email_pwd]]" email.SMTPPort="[[out_m_port]]" email.SMTPCrypto="[[out_ssl]]" #-------------------------------------------------------------------- # Cache configuration (advanced) # # Keep as is if you don't know what this means #-------------------------------------------------------------------- cache.handler="file" # Redis configuration #-------------------------------------------------------------------- # cache.handler="redis" # cache.redis.host="127.0.0.1" # cache.redis.password=null # cache.redis.port=6379 # cache.redis.database=0 #-------------------------------------------------------------------- # S3 configuration #-------------------------------------------------------------------- # media.fileManager="s3" # media.s3.endpoint="your_s3_host" # media.s3.key="your_s3_key" # media.s3.secret="your_s3_secret" # media.s3.region="your_s3_region" #-------------------------------------------------------------------- # REST API configuration #-------------------------------------------------------------------- # restapi.enabled=true # restapi.basicAuthUsername=castopod # restapi.basicAuthPassword=password # restapi.basicAuth=true var/softaculous/firefly/.env000064400000030010151027457110012131 0ustar00# You can leave this on "local". If you change it to production most console commands will ask for extra confirmation. # Never set it to "testing". APP_ENV=production # Set to true if you want to see debug information in error screens. APP_DEBUG=false # This should be your email address. # If you use Docker or similar, you can set this variable from a file by using SITE_OWNER_FILE # The variable is used in some errors shown to users who aren't admin. SITE_OWNER=mail@example.com # The encryption key for your sessions. Keep this very secure. # Change it to a string of exactly 32 chars or use something like `php artisan key:generate` to generate it. # If you use Docker or similar, you can set this variable from a file by using APP_KEY_FILE # # Avoid the "#" character in your APP_KEY, it may break things. # APP_KEY=base64:[[APP_KEY]] # Firefly III will launch using this language (for new users and unauthenticated visitors) # For a list of available languages: https://github.com/firefly-iii/firefly-iii/blob/main/config/firefly.php#L123 # # If text is still in English, remember that not everything may have been translated. DEFAULT_LANGUAGE=[[language]] # The locale defines how numbers are formatted. # by default this value is the same as whatever the language is. DEFAULT_LOCALE=equal # Change this value to your preferred time zone. # Example: Europe/Amsterdam # For a list of supported time zones, see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones TZ=Europe/Amsterdam # TRUSTED_PROXIES is a useful variable when using Docker and/or a reverse proxy. # Set it to ** and reverse proxies work just fine. TRUSTED_PROXIES= # The log channel defines where your log entries go to. # Several other options exist. You can use 'single' for one big fat error log (not recommended). # Also available are 'syslog', 'errorlog' and 'stdout' which will log to the system itself. # A rotating log option is 'daily', creates 5 files that (surprise) rotate. # A cool option is 'papertrail' for cloud logging # Default setting 'stack' will log to 'daily' and to 'stdout' at the same time. LOG_CHANNEL=daily # Log level. You can set this from least severe to most severe: # debug, info, notice, warning, error, critical, alert, emergency # If you set it to debug your logs will grow large, and fast. If you set it to emergency probably # nothing will get logged, ever. APP_LOG_LEVEL=notice # Audit log level. # The audit log is used to log notable Firefly III events on a separate channel. # These log entries may contain sensitive financial information. # The audit log is disabled by default. # # To enable it, set AUDIT_LOG_LEVEL to "info" # To disable it, set AUDIT_LOG_LEVEL to "emergency" AUDIT_LOG_LEVEL=emergency # # If you want, you can redirect the audit logs to another channel. # Set 'audit_stdout', 'audit_syslog', 'audit_errorlog' to log to the system itself. # Use audit_daily to log to a rotating file. # Use audit_papertrail to log to papertrail. # # If you do this, the audit logs may be mixed with normal logs because the settings for these channels # are often the same as the settings for the normal logs. AUDIT_LOG_CHANNEL= # # Used when logging to papertrail: # Also used when audit logs log to papertrail: # PAPERTRAIL_HOST= PAPERTRAIL_PORT= # Database credentials. Make sure the database exists. I recommend a dedicated user for Firefly III # For other database types, please see the FAQ: https://docs.firefly-iii.org/references/faq/install/#i-want-to-use-sqlite # If you use Docker or similar, you can set these variables from a file by appending them with _FILE # Use "pgsql" for PostgreSQL # Use "mysql" for MySQL and MariaDB. # Use "sqlite" for SQLite. DB_CONNECTION=mysql DB_HOST=[[softdbhost]] DB_PORT=3306 DB_DATABASE=[[softdb]] DB_USERNAME=[[softdbuser]] DB_PASSWORD=[[softdbpass]] # leave empty or omit when not using a socket connection DB_SOCKET= # MySQL supports SSL. You can configure it here. # If you use Docker or similar, you can set these variables from a file by appending them with _FILE MYSQL_USE_SSL=false MYSQL_SSL_VERIFY_SERVER_CERT=true # You need to set at least of these options MYSQL_SSL_CAPATH=/etc/ssl/certs/ MYSQL_SSL_CA= MYSQL_SSL_CERT= MYSQL_SSL_KEY= MYSQL_SSL_CIPHER= # PostgreSQL supports SSL. You can configure it here. # If you use Docker or similar, you can set these variables from a file by appending them with _FILE PGSQL_SSL_MODE=prefer PGSQL_SSL_ROOT_CERT=null PGSQL_SSL_CERT=null PGSQL_SSL_KEY=null PGSQL_SSL_CRL_FILE=null # For postgresql 15 and up, setting this to public will no longer work as expected, becasuse the # 'public' schema is without grants. This can be worked around by having a super user grant those # necessary privileges, but in security conscious setups that's not viable. # You will need to set this to the schema you want to use. PGSQL_SCHEMA=public # If you're looking for performance improvements, you could install memcached or redis CACHE_DRIVER=file SESSION_DRIVER=file # If you set either of the options above to 'redis', you might want to update these settings too # If you use Docker or similar, you can set REDIS_HOST_FILE, REDIS_PASSWORD_FILE or # REDIS_PORT_FILE to set the value from a file instead of from an environment variable # can be tcp or unix. http is not supported REDIS_SCHEME=tcp # use only when using 'unix' for REDIS_SCHEME. Leave empty otherwise. REDIS_PATH= # use only when using 'tcp' or 'http' for REDIS_SCHEME. Leave empty otherwise. REDIS_HOST=127.0.0.1 REDIS_PORT=6379 # Use only with Redis 6+ with proper ACL set. Leave empty otherwise. REDIS_USERNAME= REDIS_PASSWORD= # always use quotes and make sure redis db "0" and "1" exists. Otherwise change accordingly. REDIS_DB="0" REDIS_CACHE_DB="1" # Cookie settings. Should not be necessary to change these. # If you use Docker or similar, you can set COOKIE_DOMAIN_FILE to set # the value from a file instead of from an environment variable # Setting samesite to "strict" may give you trouble logging in. COOKIE_PATH="/" COOKIE_DOMAIN= COOKIE_SECURE=false COOKIE_SAMESITE=lax # If you want Firefly III to email you, update these settings # For instructions, see: https://docs.firefly-iii.org/how-to/firefly-iii/advanced/notifications/#email # If you use Docker or similar, you can set these variables from a file by appending them with _FILE MAIL_MAILER=log MAIL_HOST=null MAIL_PORT=2525 MAIL_FROM=changeme@example.com MAIL_USERNAME=null MAIL_PASSWORD=null MAIL_ENCRYPTION=null MAIL_SENDMAIL_COMMAND= # # If you use self-signed certificates for your STMP server, you can use the following settings. # MAIL_ALLOW_SELF_SIGNED=false MAIL_VERIFY_PEER=true MAIL_VERIFY_PEER_NAME=true # Other mail drivers: # If you use Docker or similar, you can set these variables from a file by appending them with _FILE MAILGUN_DOMAIN= MAILGUN_SECRET= # If you are on EU region in mailgun, use api.eu.mailgun.net, otherwise use api.mailgun.net # If you use Docker or similar, you can set this variable from a file by appending it with _FILE MAILGUN_ENDPOINT=api.mailgun.net # If you use Docker or similar, you can set these variables from a file by appending them with _FILE MANDRILL_SECRET= SPARKPOST_SECRET= MAILERSEND_API_KEY= # Firefly III can send you the following messages. SEND_ERROR_MESSAGE=true # These messages contain (sensitive) transaction information: SEND_REPORT_JOURNALS=true # Set this value to true if you want to set the location of certain things, like transactions. # Since this involves an external service, it's optional and disabled by default. ENABLE_EXTERNAL_MAP=false # # Enable or disable exchange rate conversion. # ENABLE_EXCHANGE_RATES=false # Set this value to true if you want Firefly III to download currency exchange rates # from the internet. These rates are hosted by the creator of Firefly III inside # an Azure Storage Container. # Not all currencies may be available. Rates may be wrong. ENABLE_EXTERNAL_RATES=false # The map will default to this location: MAP_DEFAULT_LAT=51.983333 MAP_DEFAULT_LONG=5.916667 MAP_DEFAULT_ZOOM=6 # # Some objects have room for an URL, like transactions and webhooks. # By default, the following protocols are allowed: # http, https, ftp, ftps, mailto # # To change this, set your preferred comma separated set below. # Be sure to include http, https and other default ones if you need to. # VALID_URL_PROTOCOLS= # # Firefly III authentication settings # # # Firefly III supports a few authentication methods: # - 'web' (default, uses built in DB) # - 'remote_user_guard' for Authelia etc # Read more about these settings in the documentation. # https://docs.firefly-iii.org/how-to/firefly-iii/advanced/authentication/ # # LDAP is no longer supported :( # AUTHENTICATION_GUARD=web # # Remote user guard settings # AUTHENTICATION_GUARD_HEADER=REMOTE_USER AUTHENTICATION_GUARD_EMAIL= # # Firefly III generates a basic keypair for your OAuth tokens. # If you want, you can overrule the key with your own (secure) value. # It's also possible to set PASSPORT_PUBLIC_KEY_FILE or PASSPORT_PRIVATE_KEY_FILE # if you're using Docker secrets or similar solutions for secret management # PASSPORT_PRIVATE_KEY= PASSPORT_PUBLIC_KEY= # # Extra authentication settings # CUSTOM_LOGOUT_URL= # You can disable the X-Frame-Options header if it interferes with tools like # Organizr. This is at your own risk. Applications running in frames run the risk # of leaking information to their parent frame. DISABLE_FRAME_HEADER=false # You can disable the Content Security Policy header when you're using an ancient browser # or any version of Microsoft Edge / Internet Explorer (which amounts to the same thing really) # This leaves you with the risk of not being able to stop XSS bugs should they ever surface. # This is at your own risk. DISABLE_CSP_HEADER=false # If you wish to track your own behavior over Firefly III, set valid analytics tracker information here. # Nobody uses this except for me on the demo site. But hey, feel free to use this if you want to. # Do not prepend the TRACKER_URL with http:// or https:// # The only tracker supported is Matomo. # You can set the following variables from a file by appending them with _FILE: TRACKER_SITE_ID= TRACKER_URL= # # Firefly III supports webhooks. These are security sensitive and must be enabled manually first. # ALLOW_WEBHOOKS=false # # The static cron job token can be useful when you use Docker and wish to manage cron jobs. # 1. Set this token to any 32-character value (this is important!). # 2. Use this token in the cron URL instead of a user's command line token that you can find in /profile # # For more info: https://docs.firefly-iii.org/how-to/firefly-iii/advanced/cron/ # # You can set this variable from a file by appending it with _FILE # STATIC_CRON_TOKEN=PLEASE_REPLACE_WITH_32_CHAR_CODE # You can fine tune the start-up of a Docker container by editing these environment variables. # Use this at your own risk. Disabling certain checks and features may result in lots of inconsistent data. # However if you know what you're doing you can significantly speed up container start times. # Set each value to true to enable, or false to disable. # Check if the SQLite database exists. Can be skipped if you're not using SQLite. # Won't significantly speed up things. DKR_CHECK_SQLITE=true # Leave the following configuration vars as is. # Unless you like to tinker and know what you're doing. APP_NAME="[[site_name]]" BROADCAST_DRIVER=log QUEUE_DRIVER=sync CACHE_PREFIX=firefly PUSHER_KEY= IPINFO_TOKEN= PUSHER_SECRET= PUSHER_ID= DEMO_USERNAME= DEMO_PASSWORD= # # Disable or enable the running balance column data. # If you enable this, please also run "php artisan firefly-iii:correct-database" # This will take some time the first run. # USE_RUNNING_BALANCE=false # # The v2 layout is very experimental. If it breaks you get to keep both parts. # Be wary of data loss. # FIREFLY_III_LAYOUT=v1 # # Which Query Parser implementation to use for the search engine and rules # 'new' is experimental, 'legacy' is the classic one # QUERY_PARSER_IMPLEMENTATION=new # # Please make sure this URL matches the external URL of your Firefly III installation. # It is used to validate specific requests and to generate URLs in emails. # APP_URL=[[softurl]]/public var/softaculous/ospos/.env000064400000005763151027461700011655 0ustar00#-------------------------------------------------------------------- # ENVIRONMENT #-------------------------------------------------------------------- CI_ENVIRONMENT = production CI_DEBUG = false #-------------------------------------------------------------------- # APP #-------------------------------------------------------------------- app.appTimezone = 'UTC' #-------------------------------------------------------------------- # DATABASE #-------------------------------------------------------------------- database.default.hostname = '[[softdbhost]]' database.default.database = '[[softdb]]' database.default.username = '[[softdbuser]]' database.default.password = '[[softdbpass]]' database.default.DBDriver = 'MySQLi' database.default.DBPrefix = 'ospos_' database.default.port = 3306 database.development.hostname = 'localhost' database.development.database = 'ospos' database.development.username = 'admin' database.development.password = 'pointofsale' database.development.DBDriver = 'MySQLi' database.development.DBPrefix = 'ospos_' database.development.port = 3306 database.tests.hostname = 'localhost' database.tests.database = 'ospos' database.tests.username = 'admin' database.tests.password = 'pointofsale' database.tests.DBDriver = 'MySQLi' database.tests.DBPrefix = 'ospos_' database.tests.charset = utf8mb4 database.tests.DBCollat = utf8mb4_general_ci database.tests.port = 3306 #-------------------------------------------------------------------- # EMAIL #-------------------------------------------------------------------- email.SMTPHost = '' email.SMTPUser = '' email.SMTPPass = '' email.SMTPPort = email.SMTPTimeout = 5 email.SMTPCrypto = 'tls' #-------------------------------------------------------------------- # ENCRYPTION #-------------------------------------------------------------------- encryption.key = '[[encryption_key]]' #-------------------------------------------------------------------- # HONEYPOT #-------------------------------------------------------------------- honeypot.hidden = true honeypot.label = 'Fill This Field' honeypot.name = 'honeypot' honeypot.template = '' honeypot.container = '
{template}
' #-------------------------------------------------------------------- # LOGGER # - 0 = Disables logging, Error logging TURNED OFF # - 1 = Emergency Messages - System is unusable # - 2 = Alert Messages - Action Must Be Taken Immediately # - 3 = Critical Messages - Application component unavailable, unexpected exception. # - 4 = Runtime Errors - Don't need immediate action, but should be monitored. # - 5 = Warnings - Exceptional occurrences that are not errors. # - 6 = Notices - Normal but significant events. # - 7 = Info - Interesting events, like user logging in, etc. # - 8 = Debug - Detailed debug information. # - 9 = All Messages #-------------------------------------------------------------------- logger.threshold = 0 app.db_log_enabled = false app.db_log_only_long = false var/softaculous/ninja/.env000064400000002557151027471010011602 0ustar00APP_NAME="Invoice Ninja" APP_ENV=production APP_KEY=[[key]] APP_DEBUG="false" APP_URL="[[protocol]]://[[domhost]]" REACT_URL=http://localhost:3001 DB_CONNECTION="mysql" MULTI_DB_ENABLED=false DB_HOST="[[softdbhost]]" DB_DATABASE="[[softdb]]" DB_USERNAME="[[softdbuser]]" DB_PASSWORD="[[softdbpass]]" DB_PORT="3306" DEMO_MODE=false BROADCAST_DRIVER=log LOG_CHANNEL=stack CACHE_DRIVER=file QUEUE_CONNECTION=sync SESSION_DRIVER=file SESSION_LIFETIME=120 MAIL_MAILER="log" REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null REDIS_PORT=6379 POSTMARK_API_TOKEN= REQUIRE_HTTPS="[[https_enable]]" GOOGLE_MAPS_API_KEY= ERROR_EMAIL= TRUSTED_PROXIES= SCOUT_DRIVER=null NINJA_ENVIRONMENT="selfhost" #options - snappdf / phantom / hosted_ninja PDF_GENERATOR=hosted_ninja PHANTOMJS_KEY='a-demo-key-with-low-quota-per-ip-address' PHANTOMJS_SECRET=secret UPDATE_SECRET=[[update_secret]] DELETE_PDF_DAYS=60 DELETE_BACKUP_DAYS=60 COMPOSER_AUTH='{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}' GOOGLE_PLAY_PACKAGE_NAME= APPSTORE_PASSWORD= MICROSOFT_CLIENT_ID= MICROSOFT_CLIENT_SECRET= MICROSOFT_REDIRECT_URI= APPLE_CLIENT_ID= APPLE_CLIENT_SECRET= APPLE_REDIRECT_URI= NORDIGEN_SECRET_ID= NORDIGEN_SECRET_KEY= GOCARDLESS_CLIENT_ID= GOCARDLESS_CLIENT_SECRET= OPENEXCHANGE_APP_ID= MAIL_PORT=0 MAIL_ENCRYPTION= MAIL_HOST= MAIL_USERNAME= MAIL_FROM_NAME= MAIL_FROM_ADDRESS= MAIL_PASSWORD= var/softaculous/laravel8/.env000064400000002153151027657330012224 0ustar00APP_NAME=Laravel APP_ENV=local APP_KEY=[[key]] APP_DEBUG=true APP_URL=[[softurl]] LOG_CHANNEL=stack LOG_DEPRECATIONS_CHANNEL=null LOG_LEVEL=debug DB_CONNECTION=mysql DB_HOST=[[softdbhost]] DB_PORT=3306 DB_DATABASE=[[softdb]] DB_USERNAME=[[softdbuser]] DB_PASSWORD=[[softdbpass]] BROADCAST_DRIVER=log CACHE_DRIVER=file FILESYSTEM_DISK=local QUEUE_CONNECTION=sync SESSION_DRIVER=file SESSION_LIFETIME=120 MEMCACHED_HOST=127.0.0.1 REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null REDIS_PORT=6379 MAIL_MAILER=smtp MAIL_HOST=mailpit MAIL_PORT=1025 MAIL_USERNAME=null MAIL_PASSWORD=null MAIL_ENCRYPTION=null MAIL_FROM_ADDRESS="hello@example.com" MAIL_FROM_NAME="${APP_NAME}" AWS_ACCESS_KEY_ID= AWS_SECRET_ACCESS_KEY= AWS_DEFAULT_REGION=us-east-1 AWS_BUCKET= AWS_USE_PATH_STYLE_ENDPOINT=false PUSHER_APP_ID= PUSHER_APP_KEY= PUSHER_APP_SECRET= PUSHER_HOST= PUSHER_PORT=443 PUSHER_SCHEME=https PUSHER_APP_CLUSTER=mt1 VITE_APP_NAME="${APP_NAME}" VITE_PUSHER_APP_KEY="${PUSHER_APP_KEY}" VITE_PUSHER_HOST="${PUSHER_HOST}" VITE_PUSHER_PORT="${PUSHER_PORT}" VITE_PUSHER_SCHEME="${PUSHER_SCHEME}" VITE_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}" var/softaculous/uvdesk/.env000064400000003715151027740420012005 0ustar00# In all environments, the following files are loaded if they exist, # the later taking precedence over the former: # # * .env contains default values for the environment variables needed by the app # * .env.local uncommitted file with local overrides # * .env.$APP_ENV committed environment-specific defaults # * .env.$APP_ENV.local uncommitted environment-specific overrides # # Real environment variables win over .env files. # # DO NOT DEFINE PRODUCTION SECRETS IN THIS FILE NOR IN ANY OTHER COMMITTED FILES. # # Run "composer dump-env prod" to compile .env files for production use (requires symfony/flex >=1.2). # https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration ###> symfony/framework-bundle ### APP_ENV=prod APP_SECRET=YOUR_APP_SECRET #TRUSTED_PROXIES=127.0.0.1,127.0.0.2 #TRUSTED_HOSTS='^localhost|example\.com$' ###< symfony/framework-bundle ### ###> doctrine/doctrine-bundle ### # Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url # For an SQLite database, use: "sqlite:///%kernel.project_dir%/var/data.db" # Configure your db driver and server_version in config/packages/doctrine.yaml DATABASE_URL=mysql://[[softdbuser]]:[[softdbpass]]@[[softdbhost]]:3306/[[softdb]] ###< doctrine/doctrine-bundle ### ###> symfony/swiftmailer-bundle ### # For Gmail as a transport, use: "gmail://username:password@localhost" # For a generic SMTP server, use: "smtp://localhost:25?encryption=&auth_mode=" # Delivery is disabled by default via "null://localhost" MAILER_URL=null://localhost ###< symfony/swiftmailer-bundle ### ###> google/recaptcha ### # To use Google Recaptcha, you must register a site on Recaptcha's admin panel: # https://www.google.com/recaptcha/admin GOOGLE_RECAPTCHA_SITE_KEY= GOOGLE_RECAPTCHA_SECRET= ###< google/recaptcha ### ###> symfony/mailer ### MAILER_DSN=null://null ###< symfony/mailer ###