An open API service indexing awesome lists of open source software.

https://github.com/gentoo-ev/images.gentoo-ev.org

:earth_americas: Repository powering the https://images.gentoo-ev.org/ website
https://github.com/gentoo-ev/images.gentoo-ev.org

docker-compose docker-image fosdem gentoo german-language lazygal pictures static-site website

Last synced: 5 months ago
JSON representation

:earth_americas: Repository powering the https://images.gentoo-ev.org/ website

Awesome Lists containing this project

README

          

[![Build](https://github.com/gentoo-ev/images.gentoo-ev.org/actions/workflows/build.yml/badge.svg)](https://github.com/gentoo-ev/images.gentoo-ev.org/actions/workflows/build.yml)

# How to Build and Run (on Gentoo)

```console
# sudo emerge app-emulation/docker app-emulation/docker-compose
# sudo /etc/init.d/docker start
# docker network create --internal ssl-reverse-proxy
# docker-compose up -d --build
# chromium http://127.0.0.1:50380/ &
```

Enjoy :)