I was bored and wanted to set up a service in my homelab.
But I did not have anything that I needed to set up
So I created this website. All it does is pick a random project from Awesome-Selfhosted for you to check out.
This way, you can discover and add new services to your homelab that you might not have known about before.
Yes! All you need to do it pull the image with the command
docker pull steamwolf/ranlab:docker
Then run ranlab with
docker run -d --name ranlab -p 8888:80 steamwolf/ranlab:docker
This website and it's source is licensed under the MIT license