Skip to content

Files

Latest commit

ae56494 · Apr 16, 2025

History

History
40 lines (28 loc) · 2.11 KB

hosts.md

File metadata and controls

40 lines (28 loc) · 2.11 KB

ExtPrint3r Hosts

This markdown file lists both official and unofficial links to ExtPrint3r. If data: URIs are blocked you can try some of the links listed here.

Official Hosts

Official hosts are trustworthy hosts and are maintained by Blobby-Boi. Use these if you can.

Unnofficial Hosts

Unofficial hosts are by people in the community. Use at your own risk. These are not always up-to-date and may be buggy.

Hosting Guide

If you want to host ExtPrint3r in a way that is not GitHub Pages, you can follow these steps:

  1. Clone the repository using git clone https://github.com/ExtPrint3r/ExtPrint3r.git
  2. Upload the files to your hosting provider
  3. Update the CNAME file in the repository to your domain name (e.g. example.com)
  4. Add your link to this file by making a pull request. Please make sure to only add working links.

You can also host ExtPrint3r locally on your own server using the express server in the repository. To do this:

  1. Clone the repository using git clone https://github.com/ExtPrint3r/ExtPrint3r.git
  2. Install the dependencies using npm install express / pnpm install express
  3. Run the server using node server.js
  4. Open a web browser and navigate to http://localhost:3000