friendica-addons/public_server
Philipp Holzer 1454abfdb4
rename App Methods
- rename get_baseurl() to getBaseURL()
2018-10-10 00:04:49 +02:00
..
config Move addon-specific config to config/addon.ini.php 2018-07-11 22:56:52 -04:00
lang NL translation THX JeroenED 2018-08-25 21:12:02 +02:00
templates public server: added template for the admin panel 2013-12-20 18:52:14 +01:00
README.md Move addon-specific config to config/addon.ini.php 2018-07-11 22:56:52 -04:00
public_server.php rename App Methods 2018-10-10 00:04:49 +02:00

README.md

Public Server

Public Server is a Friendica addon which implements automatic account & post expiration so that a site may be used as a public test bed with reduced data retention.

This is a modified version of the testdrive addon, DO NOT ACTIVATE AT THE SAME TIME AS THE TESTDRIVE ADDON.

[public_server]
; When an account is created on the site, it is given a hard expiration date of
expiredays = 30
; Set the default days for posts to expire here
expireposts = 30
; Remove users who have never logged in after nologin days
nologin = 30
; Remove users who last logged in over flagusers days ago
flagusers = 146
; For users who last logged in over flagposts days ago set post expiry days to flagpostsexpire
flagposts = 90
flagpostsexpire = 146

Set these in your config/addon.ini.php file. By default nothing is defined in case the addon is activated accidentally. They can be ommitted or set to 0 to disable each option. The default values are those used by friendica.eu, change these as desired.

The expiration date is updated when the user logs in.

An email warning will be sent out approximately five days before the expiration occurs. Five days later the account is removed completely.