Package Details: firefly-iii 6.0.8-1

Git Clone URL: https://aur.archlinux.org/firefly-iii.git (read-only, click to copy)
Package Base: firefly-iii
Description: PHP personal finances manager
Upstream URL: https://github.com/firefly-iii/firefly-iii
Licenses: custom
Submitter: dopsi
Maintainer: angelsl
Last Packager: angelsl
Votes: 9
Popularity: 0.75
First Submitted: 2017-04-20 08:05 (UTC)
Last Updated: 2023-04-15 08:54 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

L0ric0 commented on 2023-03-25 18:42 (UTC)

Could you please update the Package to the newest version?

mnqn commented on 2022-10-06 15:36 (UTC)

Very stupid question, but once this package is installed, how to access/start firefly?

angelsl commented on 2022-05-02 08:57 (UTC)

@joe733:

Thanks, I updated package() to set that environment variable.

This package is meant for use with a manually-configured webserver/PHP stack e.g. nginx with php-fpm. You can somewhat follow the instructions here: https://docs.firefly-iii.org/firefly-iii/installation/self_hosted/#configuration but you will have to adapt according to where the files are placed by this package.

joe733 commented on 2022-05-02 08:50 (UTC)

Hi @angelsl,

From https://github.com/chaotic-aur/packages/issues/1008#issuecomment-1114274185 there's a way to suppress the warning. See: https://getcomposer.org/doc/03-cli.md#composer-allow-superuser

Also, how do you launch firefly-iii server from the terminal after installation?

angelsl commented on 2021-10-25 15:34 (UTC)

@dr460nf1r3

It doesn't require root; the warning from Composer is because it's running in fakeroot.

If you find a way to silence that warning, let me know.

dr460nf1r3 commented on 2021-10-25 14:47 (UTC)

The pacakge seems to require root while building. Is there a way to fix it so it doesn't require it?

carbolymer commented on 2020-07-07 20:36 (UTC) (edited on 2020-07-18 13:35 (UTC) by carbolymer)

[Tue Jul 07 22:31:19.450130 2020] [php7:error] [pid 1963] [client 192.168.0.3:46550] PHP Fatal error:  Uncaught ReflectionException: Class view does not exist in /usr/share/webapps/firefly-iii/vendor/laravel/framework/src/Illuminate/Container/Container.php:803\nStack trace:\n#0 /usr/share/webapps/firefly-iii/vendor/laravel/framework/src/Illuminate/Container/Container.php(803): ReflectionClass->__construct('view')\n#1 /usr/share/webapps/firefly-iii/vendor/laravel/framework/src/Illuminate/Container/Container.php(681): Illuminate\\Container\\Container->build('view')\n#2 /usr/share/webapps/firefly-iii/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(785): Illuminate\\Container\\Container->resolve('view', Array, true)\n#3 /usr/share/webapps/firefly-iii/vendor/laravel/framework/src/Illuminate/Container/Container.php(629): Illuminate\\Foundation\\Application->resolve('view', Array)\n#4 /usr/share/webapps/firefly-iii/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(770): Illuminate\\Container\\Container->make('view', Array)\n#5 /usr/share/webapps/firefly-iii/vendor/laravel/framework/src/Illuminate in /usr/share/webapps/firefly-iii/vendor/laravel/framework/src/Illuminate/Container/Container.php on line 805

looks like it's broken

EDIT: There's fix: https://stackoverflow.com/a/58398447/1608594 . You should include that in pkgbuild imho.

angelsl commented on 2020-01-28 19:27 (UTC)

Sorry for the delay. I'll update the package this weekend.

If someone would like to take over maintainership, please let me know.

fallst4r commented on 2017-09-13 20:45 (UTC)

All files are installed in /usr/share/webapps/ instead of /usr/share/webapps/firefly-iii/ If you could fix the package build, thanks !