Skip to content

prosthetichead/printBed

Repository files navigation

printBed 🖨️🛏️

printBed is a self-hosted asset management app designed to help users efficiently sort through a large number of 3D printer model assets. With printBed, you can organize, search, and categorize your 3D printer models, making it easier to find the right model for your printing needs.

Caution

printBed is currently a very early Alpha Use at your own risk. Some basic features are currently broken or may break in the future.

Features 🤓

  • Asset Organization: Easily organize your 3D printer model assets into categories.
  • Search Functionality: Quickly search through your collection of models using keywords or tags.
  • Customizable Tags: Assign custom tags to your models for easy categorization and filtering.
  • User-Friendly Interface: Intuitive interface for easy navigation and management of your assets.
  • Self-Hosted: Keep your model assets private by hosting printBed on your own server.

Installation 💾

Curently printBed is only avalable via Docker.

Docker Compose

version: "2.1"
services:  
  printBed:
    container_name: printBed
    image: prosthetichead/printBed:latest
    volumes:
      - [DB Path]:/appdata
      - [Print Files Path]:/print-files
    ports: 
      - 4040:8080
  • Replece [DB Path] with local location of database for example ~/appdata/printBed
  • Replece [Print Files Path] with local path for storing print files for example ~/mnt/storage/3d-prints

Previews 🔍

image

AssetPreview-Rotate.mov

Contributing 👍

While this is a personal project contributions to printBed are welcome! If you have suggestions for new features, improvements, or bug fixes, please submit an issue or pull request on GitHub.

License 📜

This project is licensed under the MIT License.

Acknowledgements 💕

Icons used in this project are from Flaticon and were created by freepik.

About

Self-hosted asset management app designed to help users efficiently sort through a large number of 3D printer model assets.

Resources

License

Stars

Watchers

Forks

Sponsor this project

Languages