The FSFE planet, a blog aggregator of posts from our community
Go to file
2019-05-26 11:59:15 +02:00
apt-sources initial commit 2019-01-08 13:50:06 +01:00
bin initial commit 2019-01-08 13:50:06 +01:00
faces initial commit 2019-01-08 13:50:06 +01:00
fonts serve CSS and other design files locally, and improve encoding declarations 2019-04-01 16:15:23 +02:00
graphics Fix path and CSS for the logo image (take 2) (#14) 2019-05-26 11:59:15 +02:00
lang add new blog 2019-03-07 10:37:20 +01:00
look Fix path and CSS for the logo image (take 2) (#14) 2019-05-26 11:59:15 +02:00
preferences.d initial commit 2019-01-08 13:50:06 +01:00
theme serve CSS and other design files locally, and improve encoding declarations 2019-04-01 16:15:23 +02:00
.drone.yml initial commit 2019-01-08 13:50:06 +01:00
CODE_OF_CONDUCT.md Add README, LICENSE and CoC files (#5) 2019-01-30 09:51:58 +01:00
cron.txt truncate log file weekly 2019-01-08 17:06:47 +01:00
docker-compose.yml switch URLs 2019-02-11 11:24:26 +01:00
Dockerfile serve CSS and other design files locally, and improve encoding declarations 2019-04-01 16:15:23 +02:00
httpd.conf initial commit 2019-01-08 13:50:06 +01:00
LICENSE Add README, LICENSE and CoC files (#5) 2019-01-30 09:51:58 +01:00
README.md serve CSS and other design files locally, and improve encoding declarations 2019-04-01 16:15:23 +02:00

fsfe planet

This repo contains the fsfe blog aggregator based on venus.

Development setup

Requirements:

Save time on your dev machine by temporarily limiting fetching entries to some languages in the Dockerfile:

RUN find /home/venus/lang/ -name "planet_it.ini" -exec planet {} \;

Start the planet by running

docker-compose up

The planet then runs at http://localhost/.

Configure different ports than 80 in the docker-compose.yml:

Change this

expose:
  - 80

for example to

ports:
  - 8080:80