friendica/mods
Hypolite Petovan cb992f693c Remove deprecated fpostit mod
- This feature allowed unauthenticated requests to arbitrary domains.
2024-02-09 20:17:35 -05:00
..
bookmarklet-share2friendica spelling: javascript 2023-03-26 16:13:07 -04:00
license Fix all license header & be less aggressive 2022-01-07 00:35:28 +01:00
README.md spelling: github 2023-03-26 16:03:23 -04:00
home.css added example home css and html file 2018-04-11 11:03:18 +02:00
home.html spelling: sufficient 2023-03-26 16:14:16 -04:00
local.config.ci.php Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
local.config.vagrant.php Remove old config parts 2023-02-18 21:12:20 +01:00
phpdoc-config.xml add EOF 2021-05-29 23:28:19 +02:00
phpstorm-code-style.xml Add a PHPStorm code style XML 2023-02-27 20:53:19 +01:00
release-list-exclude.txt Setup PHP release workflow in drone with lftp 2021-09-03 09:36:51 +02:00
release-list-include.txt Remove addon-sample.config.php from build pipeline 2022-11-25 23:46:17 +01:00
sample-Lighttpd.config spelling: lighttpd 2023-03-26 16:14:15 -04:00
sample-nginx-certbot.config spelling: certbot 2023-03-26 16:03:22 -04:00
sample-nginx-reverse-proxy.config adapt examples 2022-12-26 21:18:05 +01:00
sample-nginx.config adapt examples 2022-12-26 21:18:05 +01:00
sample-systemd.service comment about user 2018-04-04 14:54:07 +05:30
sample-systemd.timer RemainAfterElapse=False 2018-04-09 18:42:02 +05:30

README.md

Friendica mods files

bookmarklet-share2friendica

Browser bookmarklet to share any page with your Friendica account. Please see bookmarklet-share2friendica/README.md for detailed instruction.

fpostit

Node-agnostic Friendica bookmarklet by Devlon Duthie. Unmaintained and unsupported.

home.css and home.html

Example files to customize the landing page of your Friendica node. The home.html file contains the text of the page, the home.css file the style information. The login box will be added according to the other system settings. Both files have to be placed in the base directory of your Friendica installation to be used for the landing page.

local.config.vagrant.php

Configuration file used by the Vagrant setup script.

sample-Lighttpd.config and sample-nginx.config

Sample configuration files to use Friendica with Lighttpd or Nginx. Please check software documentation to know how modify these examples to make them work on your server.

sample-systemd.timer and sample-systemd.service

Sample systemd unit files to start worker.php periodically.

Please place them in the correct location for your system, typically this is /etc/systemd/system/friendicaworker.timer and /etc/systemd/system/friendicaworker.service. Please report problems and improvements to !helpers@forum.friendi.ca and @utzer@social.yl.ms or open an issue in the GitHub Friendica page. This is for usage of systemd instead of cron to start the worker periodically, the solution is a work-in-progress and can surely be improved.

phpstorm-code-style.xml

PHP Storm Code Style settings, used for this codebase