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

https://github.com/madeofpendletonwool/pinepods-docs


https://github.com/madeofpendletonwool/pinepods-docs

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Pinepods-Docs

[![](https://dcbadge.vercel.app/api/server/ZkrDqPrf)](https://discord.gg/ZkrDqPrf)

This is the documentation site for PinePods. Built with Docusaurus 2.

Run with

```
sudo docker run -d --name=docusaurus \
-p 80:80 \
-v /home/myuser/docusaurus/config:/docusaurus \
-e TARGET_UID=1000 \
-e TARGET_GID=1000 \
-e AUTO_UPDATE=true \
-e WEBSITE_NAME="pinepods-docs" \
-e TEMPLATE=classic \
awesometic/docusaurus
```