wip integration test

This commit is contained in:
Michael Jerger 2024-05-28 08:57:03 +02:00
parent a133b6de31
commit 72f2f35bd8
2 changed files with 58 additions and 1 deletions

View file

@ -114,7 +114,7 @@ type RepoSettingForm struct {
RepoName string `binding:"Required;AlphaDashDot;MaxSize(100)"`
Description string `binding:"MaxSize(2048)"`
Website string `binding:"ValidUrl;MaxSize(1024)"`
FederationRepos string
FollowingRepos string
Interval string
MirrorAddress string
MirrorUsername string