4 Sample configuration files to use Friendica with Lighttpd
5 or Nginx. Pleas check software documentation to know how modify
6 these examples to make them work on your server.
10 sample-systemd.service
12 Sample systemd unit files to start worker.php periodically.
14 Please place them in the correct location for your system,
15 typically this is /etc/systemd/system/friendicaworker.timer
16 and /etc/systemd/system/friendicaworker.service.
17 Please report problems and improvements to
18 !helpers@forum.friendi.ca and @utzer@social.yl.ms or open an
19 issue in Github (https://github.com/friendica/friendica/issues).
20 This is for usage of systemd instead of cron to start the worker.php
21 periodically, the solution is work-in-progress and can surely be improved.
26 Example files to customize the landing page of your Friendica node.
27 The home.html file contains the text of the page, the home.css file
28 the style information. The login box will be added according to the
29 other system settings.
30 Both files have to be placed in the base directory of your Friendica
31 installation to be used for the landing page.