
* add example config dir, logos, and update CONTRIBUTING.md * update dockerignore * split base_url into dashboard_url and base_domain * Remove unessicary ports * Allow anything for the ip * Update docker tags * Complex regex for domains/ips * update gitignore --------- Co-authored-by: Owen Schwartz <owen@txv.io>
32 lines
355 B
Text
32 lines
355 B
Text
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
.yarn/install-state.gz
|
|
/coverage
|
|
/.next/
|
|
/out/
|
|
/build
|
|
.DS_Store
|
|
*.pem
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.env*.local
|
|
.env
|
|
.vercel
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
*.log
|
|
.machinelogs*.json
|
|
*-audit.json
|
|
migrations
|
|
package-lock.json
|
|
tsconfig.tsbuildinfo
|
|
config/config.yml
|
|
dist
|
|
.dist
|
|
installer
|
|
*.tar
|