mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
Move files from util to mods
- Move local.config.vagrant.php - Move fpostit - Move bookmarklet-share2friendica - Updated Readme file
This commit is contained in:
parent
b42760b0e6
commit
c0b3b73c88
10 changed files with 37 additions and 32 deletions
|
@ -86,7 +86,7 @@ cd /var/www
|
|||
php bin/composer.phar install
|
||||
|
||||
# initial config file for friendica in vagrant
|
||||
cp /vagrant/util/local.config.vagrant.php /vagrant/config/local.config.php
|
||||
cp /vagrant/mods/local.config.vagrant.php /vagrant/config/local.config.php
|
||||
|
||||
# copy the .htaccess-dist file to .htaccess so that rewrite rules work
|
||||
cp /vagrant/.htaccess-dist /vagrant/.htaccess
|
||||
|
|
36
mods/README.md
Normal file
36
mods/README.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
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](https://github.com/friendica/friendica/issues).
|
||||
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.
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
@ -1,31 +0,0 @@
|
|||
sample-Lighttpd.config
|
||||
sample-nginx.config
|
||||
|
||||
Sample configuration files to use Friendica with Lighttpd
|
||||
or Nginx. Pleas check software documentation to know how modify
|
||||
these examples to make them work on your server.
|
||||
|
||||
|
||||
sample-systemd.timer
|
||||
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 Github (https://github.com/friendica/friendica/issues).
|
||||
This is for usage of systemd instead of cron to start the worker.php
|
||||
periodically, the solution is work-in-progress and can surely be improved.
|
||||
|
||||
home.css
|
||||
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.
|
Loading…
Reference in a new issue