🚢 500+ 1-click Portainer app templates
Find a file
2023-09-03 21:04:34 +01:00
src Adds error monitoring 2023-09-03 21:04:34 +01:00
static Adds banner image for social previews 2023-04-23 15:30:45 +01:00
.gitignore Builds a website 2023-04-17 22:07:40 +01:00
.npmrc Builds a website 2023-04-17 22:07:40 +01:00
Dockerfile Writes quick Dockerfile, cos - why not? 2023-04-17 22:44:38 +01:00
package-lock.json Adds dependency for GlitchTip Svelte integration 2023-09-03 21:04:06 +01:00
package.json Adds dependency for GlitchTip Svelte integration 2023-09-03 21:04:06 +01:00
README.txt Create README.txt 2023-04-23 16:47:18 +01:00
svelte.config.js Configures a file import alias for ./src 2023-04-19 21:13:37 +01:00
tsconfig.json Builds a website 2023-04-17 22:07:40 +01:00
vite.config.ts Adds error monitoring 2023-09-03 21:04:34 +01:00

  ____            _        _                    
 |  _ \ ___  _ __| |_ __ _(_)_ __   ___ _ __    
 | |_) / _ \| '__| __/ _` | | '_ \ / _ \ '__|   
 |  __/ (_) | |  | || (_| | | | | |  __/ |      
 |_|___\___/|_|   \__\__,_|_|_| |_|\___|_|      
 |_   _|__ _ __ ___  _ __ | | __ _| |_ ___  ___ 
   | |/ _ \ '_ ` _ \| '_ \| |/ _` | __/ _ \/ __|
   | |  __/ | | | | | |_) | | (_| | ||  __/\__ \
   |_|\___|_| |_| |_| .__/|_|\__,_|\__\___||___/
                    |_|                         

This branch contains only the source for the website which is published at: https://portainer-templates.as93.net/

If you're looking for the templates file, check the main branch instead: https://github.com/Lissy93/portainer-templates/tree/main/

---

Instructions for running the website:

git clone -b website git@github.com:Lissy93/portainer-templates.git # Clone the website branch
cd portainer-templates # Navigate into the directory
npm i # Install dependencies
npm run dev # Start the development server

For more info, see the docs in the main branch.