This repository has been archived by the owner on Aug 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
113 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
export const endpoint = 'https://pomf1.080609.xyz'; // Main endpoint url | ||
export const instanceName = 'YAPC'; // instance name, shown in tos | ||
export const domain = 'pomf.080609.xyz'; // Domain where the instance is hosted, used in the TOS | ||
export const email = '[email protected]'; // Contact email. PLEASE change this if you are hosting your own instance (I do not want to get a DMCA takedown) | ||
export const email = '[email protected]'; // Contact email. PLEASE change this if you are hosting your own instance | ||
export const endpointList = { // list of endpoints displayed in the footer | ||
1: { | ||
name: "Local (8080)", | ||
|
@@ -15,4 +15,13 @@ export const endpointList = { // list of endpoints displayed in the footer | |
name: "Zerotier", | ||
url: 'http://10.0.0.5:9066', | ||
}, | ||
} | ||
} | ||
|
||
export const loadEndpoints = [ // Used in the load balancer | ||
{ | ||
name: 'NO1', | ||
url: 'https://pomf1.080609.xyz', | ||
lat: '59.2083', | ||
lon: '10.9484' | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters