You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
friendica/mods
Philipp Holzer 089850e8f6
Add a PHPStorm code style XML
4 weeks ago
..
bookmarklet-share2friendica Move files from util to mods 4 years ago
fpostit Happy New Year 2023! 3 months ago
license Fix all license header & be less aggressive 1 year ago
README.md Add a PHPStorm code style XML 4 weeks ago
home.css added example home css and html file 5 years ago
home.html added AP to the example home.html file 4 years ago
local.config.ci.php Remove old config parts 1 month ago
local.config.vagrant.php Remove old config parts 1 month ago
phpdoc-config.xml add EOF 2 years ago
phpstorm-code-style.xml Add a PHPStorm code style XML 4 weeks ago
release-list-exclude.txt Setup PHP release workflow in drone with lftp 2 years ago
release-list-include.txt Remove addon-sample.config.php from build pipeline 4 months ago
sample-Lighttpd.config lighttpd follow up of #9155 3 years ago
sample-nginx-certbot.config Update sample-nginx-certbot.config 3 months ago
sample-nginx-reverse-proxy.config adapt examples 3 months ago
sample-nginx.config adapt examples 3 months ago
sample-systemd.service comment about user 5 years ago
sample-systemd.timer RemainAfterElapse=False 5 years ago

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