/var/softaculous/firefly
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
.env111680644editdlrm
.htaccess3710644editdlrm
changelog.txt203010644editdlrm
clone.php81040644editdlrm
edit.php45420644editdlrm
edit.xml4470644editdlrm
extend.php102400644editdlrm
fileindex.php3330644editdlrm
import.php30420644editdlrm
info.xml42080644editdlrm
install.js9240644editdlrm
install.php65920644editdlrm
install.xml15330644editdlrm
md523550644editdlrm
notes.txt16410644editdlrm
oauth-private.key160644editdlrm
oauth-public.key150644editdlrm
update_keys.php21530644editdlrm
update_pass.php5160644editdlrm
upgrade.php68640644editdlrm
upgrade.xml6190644editdlrm
Edit: /var/softaculous/firefly/notes.txt (1641B)
1. Installation method mentioned here : https://docs.firefly-iii.org/how-to/firefly-iii/installation/self-managed/ E.g:1. Download the latest release package zip from github : FireflyIII-v{{VERSION}}.zip (It has all the vendor dependencies installed, so no need to install via composer)(Since 6.1.19) IF FireflyIII-v{{VERSION}}.zip is not available then Download the available package from github and install the dependencies using composer. curl -sS https://getcomposer.org/installer | php php composer.phar install 2. Fill up DB details in .env 3. php artisan firefly-iii:upgrade-database 4. php artisan firefly-iii:correct-database 5. php artisan firefly-iii:report-integrity 6. php artisan firefly-iii:laravel-passport-keys 7. Visit http://localhost/firefly-iii/public and Click on “Register a new account” and fill in the form. 2. Remove all entries from preferences table except "viewRange" and "language" entries,inserts after login 3. Don't remove double quotes from "APP_NAME" it throws error when contain space. ( Requested by vendor ) 4. PHP REQUIREMENT LINK : https://docs.firefly-iii.org/how-to/firefly-iii/installation/self-managed/#ingredients 5. We have added openssl in requirement check in info.xml, as it is needed to encrypt public and private keys and store their encrypted entries in database and also it is mentioned in composer.json. 6. Keep LOG_CHANNEL = daily in .env file. 7. Keep the root .htaccess and /public/.htaccess changes as it is to restrict any files accessible through web. 8. Since 6.2.x manual installation requires change in openssl.cnf and hence it's done on whm1144 server only.