Search Criteria
Package Details: wallabag 2.4.1-3
Git Clone URL: | https://aur.archlinux.org/wallabag.git (read-only, click to copy) |
---|---|
Package Base: | wallabag |
Description: | Self hostable application for saving web pages |
Upstream URL: | http://www.wallabag.org/ |
Licenses: | |
Submitter: | pschmitt |
Maintainer: | cgirard |
Last Packager: | cgirard |
Votes: | 29 |
Popularity: | 0.000112 |
First Submitted: | 2014-02-17 12:24 |
Last Updated: | 2021-02-12 10:13 |
Dependencies (9)
- pcre (pcre-svn)
- php7-gd
- php7-tidy
- php7>=7.2
- systemd (systemd-light, systemd-cdown-git, systemd-git, systemd-selinux) (make)
- php7-pgsql (optional) – For postgres storage
- php7-sqlite (optional) – For sqlite storage
- rabbitmq (optional) – For async import
- redis (redis-testing, redis-git, keydb) (optional) – For async import
Latest Comments
1 2 3 4 5 Next › Last »
danieltetraquark commented on 2021-02-18 16:38
I think, php7-intl is also needed, as otherwise I get an error sometimes:
An exception has been thrown during the rendering of a template ("The Symfony\Component\Intl\Locale\Locale::parseLocale() is not implemented. Please install the "intl" extension for full localization capabilities.").
cgirard commented on 2021-02-12 10:13
@danieltetraquark: done. Let me know if it breaks anything.
danieltetraquark commented on 2021-02-11 18:31
Could you make the permissions a bit tighter? /usr/share/webapps/wallabag can be owned by root/root, only the subfolders bin/ app/config/ vendor/ data/ and web/ need to be owned by http/http, as per the documentation https://doc.wallabag.org/en/admin/installation/rightaccess.html
cgirard commented on 2021-01-29 08:56
PHP 8 support is targeted for 2.5.0: https://github.com/wallabag/wallabag/issues/4987
bjo commented on 2021-01-29 07:48
Please update the php dependencies according to https://archlinux.org/news/php-80-and-php-7-legacy-packages-are-available/
danieltetraquark commented on 2021-01-05 18:04
For reference, with 2.4.1 you have to add the following line to your parameters.yml: ''server_name: "Your wallabag instance"''
cgirard commented on 2020-12-11 08:55
They overwritten the release archive with a complete one. This is now working as expected.
di72nn commented on 2020-12-10 21:05
The archive is botched for some reason. This may be used instead. Source.
cgirard commented on 2020-12-10 17:46
I have begun working on 2.4.0 packaging but I cannot make it work for now. It miss the
vendor/autoload.php
. I am not sure yet how to do without running a compose install which may drag too much things...danieltetraquark commented on 2019-08-29 23:50
diff for version 2.3.8: