mirror of
https://github.com/fosrl/pangolin.git
synced 2025-05-13 13:50:40 +01:00

* 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>
5 lines
178 B
TypeScript
5 lines
178 B
TypeScript
export default async function migration() {
|
|
console.log("Running setup script 1.0.0-beta.1...");
|
|
// SQL operations would go here in ts format
|
|
console.log("Done.");
|
|
}
|