mkitzmann / awwesome

Enhanced user interface for Awesome Selfhosted
https://awweso.me
BSD 3-Clause "New" or "Revised" License
263 stars 14 forks source link

Add Docker support #4

Closed mkitzmann closed 1 year ago

mkitzmann commented 1 year ago

There were multiple comments on reddit asking for a support for Docker.

The demo currently runs as a static website which is generated on a daily basis with a cron job. This could be replicated in docker using ofelia.

There could also be a version that uses server side rendering and sends live graphQL queries. This would simplify the docker setup since it would only need a node server but the query time could be to long to allow for a good user experience.

mkitzmann commented 1 year ago

Resolved as of v0.4