| Server IP : 175.110.121.100 / Your IP : 10.10.10.2 Web Server : Apache/2 System : Linux webserver 6.12.0-211.34.1.el10_2.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 15 07:56:02 EDT 2026 x86_64 User : webadmin ( 1000) PHP Version : 8.3.31 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/webadmin/public_html/ |
Upload File : |
# Store environmental variables here. All variables are optional. # Lines beginning in '#' are ignored. # Can be either development, production or test # NODE_ENV=production # The port to expose the running application on # PORT=4000 # If you've proved SSL certs, then can set HTTPS port # SSL_PORT=4001 # The host that Dashy is running on, domain or IP # HOST=localhost # The default base path for serving up static assets # BASE_URL=./ # Optionally, specify the path of SSL private + public keys # SSL_PRIV_KEY_PATH=/etc/ssl/certs/dashy-priv.key # SSL_PUB_KEY_PATH=/etc/ssl/certs/dashy-pub.pem # If SSL enabled, choose whether or not to redirect http to https # Defaults to true # REDIRECT_HTTPS=true # Usually the same as BASE_URL, but accessible in frontend # VUE_APP_DOMAIN=https://dashy.to # Should enable SRI for build script and link resources # INTEGRITY=true # Computed automatically on build. Indicates if running in container # IS_DOCKER=true # Again, set automatically using package.json during build time # VUE_APP_VERSION=2.0.0