The FSFE planet, a blog aggregator of posts from our community https://planet.fsfe.org
Go to file
Irakli Maisuradze d79e0b5007
continuous-integration/drone/push Build is passing Details
Merge pull request 'Update docker Docker tag to v24.0.9' (#27) from renovate/docker-24.x into master
Reviewed-on: #27
2024-02-14 10:30:22 +00: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 remove company blog 2020-09-25 12:59:46 +02: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 update feed location 2023-07-04 11:04:14 +02: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 Remove link to fsfe.org homepage (#12) 2019-05-26 15:31:19 +02:00
.drone.yml Update docker Docker tag to v24.0.9 2024-02-14 00:34:15 +00:00
CODE_OF_CONDUCT.md Add README, LICENSE and CoC files (#5) 2019-01-30 09:51:58 +01:00
Dockerfile pin last buster version 2021-11-22 15:16:14 +01:00
LICENSE Add README, LICENSE and CoC files (#5) 2019-01-30 09:51:58 +01:00
README.md add docs-centralizer CI job 2023-01-11 12:36:11 +01:00
cron.txt overhaul image 2021-04-28 17:30:31 +02:00
docker-compose.yml change alocated port 2024-01-09 12:54:09 +01:00
httpd.conf overhaul image 2021-04-28 17:30:31 +02:00
renovate.json update renovate 2023-11-05 12:07:11 +01:00

README.md

fsfe planet

in docs.fsfe.org

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