-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathca_profile.xml
More file actions
22 lines (17 loc) · 1.71 KB
/
Copy pathca_profile.xml
File metadata and controls
22 lines (17 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<CommunityApplications>
<Profile>
PrintStash is an open-source, self-hosted 3D print library and G-code vault for Unraid. Organize STL, 3MF, OBJ, STEP/STP, G-code, and BGCODE files with searchable collections and tags, content-hash duplicate detection, in-browser mesh and toolpath previews, automatic slicer metadata extraction, and G-code revision history with known-good, failed, and needs-test outcomes.
Keep an existing local or NAS folder as the source of truth through shared-volume indexing, give multiple users collection-level access, back up locally or to S3-compatible storage, and connect supported printers for file sync, send-to-print, controls, job history, measured filament use, and cost tracking. Moonraker/Klipper is stable; OctoPrint, PrusaLink, Bambu LAN, and supported Elegoo integrations are available with provider-specific beta capabilities.
This repository maintains two Docker application templates:
- **PrintStash-API** — the backend API and database.
- **PrintStash-Frontend** — the web UI you open in your browser.
Both containers run on a shared user-defined Docker network so the web UI can reach the API. Install **PrintStash-API first**, then **PrintStash-Frontend**, and follow the setup wizard in your browser. See the install guide for the required `printstash` network step.
**Website:** https://www.printstash.org
**Documentation:** https://www.printstash.org/docs/
**Source and support:** https://github.com/xiao-villamor/PrintStash
</Profile>
<Icon>https://raw.githubusercontent.com/xiao-villamor/PrintStash/main/icon.svg</Icon>
<WebPage>https://www.printstash.org</WebPage>
<Forum>https://github.com/xiao-villamor/PrintStash/issues</Forum>
</CommunityApplications>