Search Criteria
Package Details: selfoss 2.18-1
Git Clone URL: | https://aur.archlinux.org/selfoss.git (read-only, click to copy) |
---|---|
Package Base: | selfoss |
Description: | The new multipurpose rss reader, live stream, mashup, aggregation web application |
Upstream URL: | http://selfoss.aditu.de/ |
Licenses: | |
Submitter: | Tetsumaki |
Maintainer: | heddson |
Last Packager: | heddson |
Votes: | 11 |
Popularity: | 0.000000 |
First Submitted: | 2013-03-21 18:54 |
Last Updated: | 2018-03-08 21:49 |
Dependencies (11)
- php-gd (php55-gd, php53-gd, php-zts-gd, php72-gd, php56-gd)
- php>=5.3 (php55, php53, php70, php71, php-zts, php72, php56, php7-symlinks, php7-meta, php73)
- apache (apache-git, apache22) (optional) – server, depedency if not using lighttpd or nginx
- curl (curl-git, curl-minimal-git) (optional) – for automatic updating feeds with cron
- lighttpd (lighttpd_minimal) (optional) – server, depedency if not using apache or nginx
- mariadb (mysql55, mariadb-git, mariadb103, mysql56, mysql57, mysql, percona-server) (optional) – database, depedency if not using postgresql or sqlite
- nginx (nginx-custom-dev, nginx-nchan-git, nginx-nchan, nginx-devel, nginx-devel-mod-naxsi, tengine, tengine-extra, nginx-google_filter, nginx-pagespeed, nginx-pagespeed-src, nginx-mainline-openssl-weak, nginx-rtmp, nginx-rtmp-src, nginx-rtmp-sergey-git, nginx-mainline-libressl, nginx-libressl, nginx-mainline-boringssl, nginx-zest-git, nginx-quic, nginx-mainline) (optional) – server, depedency if not using lighttpd or apache
- php-sqlite (php55-sqlite, php53-sqlite, php-zts-sqlite, php72-sqlite, php56-sqlite) (optional) – dependency if using sqlite
- postgresql (pipelinedb, agensgraph-git, postgresql-1c, postgresql-10, postgresql-src-beta, postgresql-9.5, postgresql-9.4, postgresql-src, postgresql-11, postgresql-lts, postgresql-12, postgresql-9.6) (optional) – database, depedency if not using mariadb or sqlite
- sqlite (sqlite-fossil, sqlite-replication, sqlite-fts3-parenthesis, sqlite-minimal-git) (optional) – database, depedency if not using postgresql or mariadb
- wget (wget-git) (optional) – for automatic updating feeds with cron
Latest Comments
1 2 3 Next › Last »
heddson commented on 2017-03-18 21:01
Yes the SHA was wrong. Strange, yesterday it worked.. Anyways, I updated the PKGBUILD. Should work now. Thanks!
bertptrs commented on 2017-03-18 10:34
I get validation errors on the zip file, is there perhaps an error in the SHA256 sum?
heddson commented on 2017-02-24 21:31
Hi cadilhac! Are you maybe running 'makepkg -f' without removing the old src dir?
Anyway, I updated the PKGBUILD. Please try it and let me know if it's working for you.
cadilhac commented on 2017-02-24 15:11
The install failed with:
==> Starting prepare()...
mv: target 'perotin.com.txt' is not a directory
While I'm unsure why, this was solved by extracting the package with `7z x` rather than the default; that is, I added the package to `noextract`, and used `prepare()` to extract it.
Cheers;
M.
heddson commented on 2017-01-13 17:56
Hi! You need to set up a server, like lighttpd, apache or nginx. Check the Arch Wiki for that. You'll find Selfoss server configs here: https://github.com/SSilence/selfoss/wiki . Good luck!
klundry commented on 2017-01-10 01:22
Hi guys. Noob here and I'm not sure what to do after selfoss is installed to access it. I've edited the config.ini but how do I start it running?
heddson commented on 2016-06-21 00:04
yeah I get the same error when I run makepkg with LANG=C.. but don't know what's up with that. sorry.
bertptrs commented on 2016-06-10 15:27
When upgrading, I get:
bsdtar: Pathname cannot be converted from UTF-8 to current locale.
/usr/share/makepkg/source/file.sh: line 85: 4396 Segmentation fault (core dumped) $cmd -xf "$file"
This happens with LANG=C. When susbtituting LANG=en_GB.utf-8, it does work. Hope this helps others too.
heddson commented on 2016-06-08 20:29
Updated the PKGBUILD. Thanks!
Anthony25 commented on 2016-06-02 23:55
Hello,
Since PHP 7.0.7, there is an issue with a lib: https://github.com/SSilence/selfoss/issues/767
In order to fix the error, you need to patch the line 1185 in selfoss/libs/f3/base.php with this pull request.