mirror of https://github.com/Aidaho12/haproxy-wi
parent
5239d5dc74
commit
6a8c0644f9
|
@ -1,7 +1,7 @@
|
||||||
# These are supported funding model platforms
|
# These are supported funding model platforms
|
||||||
|
|
||||||
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
||||||
patreon: roxy_wi
|
# patreon: roxy_wi
|
||||||
open_collective: # Replace with a single Open Collective username
|
open_collective: # Replace with a single Open Collective username
|
||||||
ko_fi: # Replace with a single Ko-fi username
|
ko_fi: # Replace with a single Ko-fi username
|
||||||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
||||||
|
@ -9,4 +9,5 @@ community_bridge: # Replace with a single Community Bridge project-name e.g., cl
|
||||||
liberapay: # Replace with a single Liberapay username
|
liberapay: # Replace with a single Liberapay username
|
||||||
issuehunt: # Replace with a single IssueHunt username
|
issuehunt: # Replace with a single IssueHunt username
|
||||||
otechie: # Replace with a single Otechie username
|
otechie: # Replace with a single Otechie username
|
||||||
custom: ['https://paypal.me/loginovpavel']
|
# custom: ['https://paypal.me/loginovpavel']
|
||||||
|
custom: ["https://boosty.to/roxy-wi"]
|
||||||
|
|
|
@ -370,7 +370,7 @@ class MetricsHttpStatus(BaseModel):
|
||||||
|
|
||||||
class SMON(BaseModel):
|
class SMON(BaseModel):
|
||||||
id = AutoField()
|
id = AutoField()
|
||||||
ip = IntegerField(null=True)
|
ip = CharField(null=True)
|
||||||
port = IntegerField(null=True)
|
port = IntegerField(null=True)
|
||||||
status = IntegerField(constraints=[SQL('DEFAULT 1')])
|
status = IntegerField(constraints=[SQL('DEFAULT 1')])
|
||||||
en = IntegerField(constraints=[SQL('DEFAULT 1')])
|
en = IntegerField(constraints=[SQL('DEFAULT 1')])
|
||||||
|
|
Loading…
Reference in New Issue