The FSFE planet, a blog aggregator of posts from our community
https://planet.fsfe.org
tobiasd
5b95b40b8b
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #37 |
||
---|---|---|
apt-sources | ||
bin | ||
faces | ||
fonts | ||
graphics | ||
lang | ||
look | ||
preferences.d | ||
theme | ||
.drone.yml | ||
CODE_OF_CONDUCT.md | ||
cron.txt | ||
docker-compose.yml | ||
Dockerfile | ||
httpd.conf | ||
LICENSE | ||
README.md | ||
renovate.json |
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