Requirements
selfoss is not a hosted service. It has to be installed on your own web server. This web server must fulfil the following requirements (which are available from most providers)
- PHP 7.4.0 or higher with the
php-gd
andphp-http
extensions enabled. Some spouts may also requirecurl
,mbstring
ortidy
extensions. Thephp-imagick
extension is required if you want selfoss to support SVG site icons. - MySQL 5.5.3 or higher, PostgreSQL, or SQLite
- Apache web server (nginx and Lighttpd also possible)
With Apache, ensure that you have mod_authz_core
, mod_rewrite
and mod_headers
enabled and that .htaccess
files are allowed to set rewrite rules.
selfoss supports all modern browsers, including Mozilla Firefox, Safari, Google Chrome, Opera and Internet Explorer. selfoss also supports mobile browsers on iPad, iPhone, Android and other devices.