Archived
Private
Public Access
1
0

Fixed some bugs + added custom domain support

This commit is contained in:
2023-03-25 20:19:33 +01:00
parent 6dfb5a4b48
commit 16dfadaa7d
19 changed files with 104 additions and 47 deletions

View File

@@ -3,6 +3,7 @@ CREATE TABLE `Projects` (
`ownerId` varchar(36) DEFAULT NULL,
`name` varchar(255) DEFAULT NULL,
`port` int(5) DEFAULT NULL,
`domain` varchar(255) DEFAULT NULL,
`containerName` varchar(255) DEFAULT NULL,
`proxyId` int(30) DEFAULT NULL,
`certificateId` int(30) DEFAULT NULL