Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

ffggrz/start-ffggrz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

start.ffggrz

JavaScript Style Guide

Add a service

The list of all services is located at services.json. You can use this file to sort the services and add new ones.

Syntax

{
    "name": "Example",
    "url": {
        "external": "http://example.com/"
    },
    "comment": "Example-Link",
    "symbol": "map-pin"
}
  • name: (string) displayname of the service
  • url: (object) urls of the service
    • internal: (string) internal service url
    • external: (string) external service url
  • comment: (string) comment
  • symbol: (string) symbol (pick from here, the fa- will be added automatically)

Change configuration

The other configurations are located at config.json.

Deploy

cd /var/www/
git clone https://github.com/ffggrz/start-ffggrz.git start.ffggrz.de

Update

The content is updated automatically from the server every 30 minutes.

License

https://creativecommons.org/licenses/by-sa/4.0/