https://github.com/madeofpendletonwool/pinepods-docs
https://github.com/madeofpendletonwool/pinepods-docs
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/madeofpendletonwool/pinepods-docs
- Owner: madeofpendletonwool
- Created: 2023-06-13T12:49:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-13T20:19:42.000Z (9 months ago)
- Last Synced: 2025-06-26T18:04:34.810Z (8 months ago)
- Language: JavaScript
- Homepage: https://pinepods-docs.vercel.app
- Size: 36.4 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pinepods-Docs
[](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
```