/var/softaculous/kimai
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
.env12430644editdlrm
.htaccess460644editdlrm
edit.php73950644editdlrm
edit.xml4330644editdlrm
extend.php88460644editdlrm
fileindex.php3270644editdlrm
import.php39910644editdlrm
info.xml28990644editdlrm
install.js9210644editdlrm
install.php55670644editdlrm
install.xml5690644editdlrm
md564060644editdlrm
notes.txt13840644editdlrm
update_pass.php5170644editdlrm
_clone.php56530644editdlrm
Edit: /var/softaculous/kimai/.env (1243B)
#================================================================================ # READ THIS FIRST: https://www.kimai.org/documentation/local-yaml.html #================================================================================ # Configure your database connection and the correct server version - find it with: SELECT VERSION(); DATABASE_URL=mysql://[[softdbuser]]:[[softdbpass]]@[[softdbhost]]:3306/[[softdb]]?charset=utf8mb4&serverVersion=[[dbser_ver]] # You MUST change this to a long and random character sequence, e.g.: php -r 'echo bin2hex(random_bytes(32));' APP_SECRET=[[APP_SECRET]] # The base URL of your Kimai installation DEFAULT_URI=https://127.0.0.1:8000 # SECURITY WARNING: you SHOULD configure the allowed domain names for your installation TRUSTED_HOSTS=[[domhost]] # Outgoing emails use this email-address as sender MAILER_FROM=kimai@example.com # Email connection - see https://www.kimai.org/documentation/emails.html MAILER_URL=null://null # Running behind reverse proxies? Try these: # TRUSTED_PROXIES=127.0.0.1,127.0.0.2 # regexp to define allowed frontend origins for API requests CORS_ALLOW_ORIGIN=^https?://localhost(:[0-9]+)?$ # only change to "dev" if you are developing with/for Kimai APP_ENV=prod