Skip to content

Commit

Permalink
Merge pull request #977 from signal18/swagger-ui
Browse files Browse the repository at this point in the history
feat: Add Swagger documentation and new proxy service endpoints
  • Loading branch information
caffeinated92 authored Jan 7, 2025
2 parents 738e2b6 + 7dfaf30 commit a4d8009
Show file tree
Hide file tree
Showing 12 changed files with 36,455 additions and 288 deletions.
1 change: 1 addition & 0 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,7 @@ type Config struct {
CacheStaticMaxAge int `mapstructure:"cache-static-max-age" toml:"cache-static-max-age" json:"-"`
TokenTimeout int `scope:"server" mapstructure:"api-token-timeout" toml:"api-token-timeout" json:"apiTokenTimeout"`
JobLogBatchSize int `mapstructure:"job-log-batch-size" toml:"job-log-batch-size" json:"jobLogBatchSize"`
ApiSwaggerEnabled bool `mapstructure:"api-swagger-enabled" toml:"api-swagger-enabled" json:"apiSwaggerEnabled"`
//OAuthRedirectURL string `mapstructure:"api-oauth-redirect-url" toml:"git-url" json:"-"`
// BackupResticStoragePolicy string `mapstructure:"backup-restic-storage-policy" toml:"backup-restic-storage-policy" json:"backupResticStoragePolicy"`
//ProvMode string `mapstructure:"prov-mode" toml:"prov-mode" json:"provMode"` //InitContainer vs API
Expand Down
Loading

0 comments on commit a4d8009

Please sign in to comment.