Documentation ¶
Index ¶
- Constants
- func GenerateDozzle(mail string, domain string, user string, pass string)
- func GenerateDrone(mail string, domain string)
- func GenerateGitea(mail string, domain string, logo string)
- func GenerateGiteaLogo(logo string)
- func GenerateMkdocs(mail string, domain string, logo string)
- func GenerateMkdocsLogo(logo string)
- func GenerateNats()
- func GenerateNginx()
- func GeneratePacman(mail string, domain string)
- func GeneratePocketbase(mail string, domain string)
- func GeneratePostgres(name string, pass string)
- func GenerateRedis()
- func GenerateUptimeKuma(mail string, domain string)
Constants ¶
View Source
const DozzleNginx = `` /* 226-byte string literal not displayed */
View Source
const DozzleYaml = `` /* 203-byte string literal not displayed */
View Source
const DroneNginx = `` /* 216-byte string literal not displayed */
View Source
const DroneYaml = `` /* 1184-byte string literal not displayed */
View Source
const GiteaEarlGrayCss = `` /* 20705-byte string literal not displayed */
View Source
const GiteaHomeTmpl = `` /* 9065-byte string literal not displayed */
View Source
const GiteaImageDir = `gitea/gitea/public/img/`
View Source
const GiteaNginx = `` /* 247-byte string literal not displayed */
View Source
const GiteaThemeParkTmpl = `` /* 375-byte string literal not displayed */
View Source
const GiteaYaml = `` /* 626-byte string literal not displayed */
View Source
const MkDocsAssetsDir = `mkdocs/assets/`
View Source
const MkDocsCompose = `
docs:
image: squidfunk/mkdocs-material
container_name: docs
volumes:
- ./mkdocs:/docs
`
View Source
const MkDocsConfigYaml = `` /* 519-byte string literal not displayed */
View Source
const MkDocsNginx = `` /* 217-byte string literal not displayed */
View Source
const MkDocsPageExample = `` /* 604-byte string literal not displayed */
View Source
const NatsYaml = `` /* 359-byte string literal not displayed */
View Source
const NginxYaml = `` /* 246-byte string literal not displayed */
View Source
const PacmanNginx = `` /* 258-byte string literal not displayed */
View Source
const PacmanYaml = `` /* 274-byte string literal not displayed */
View Source
const PocketbaseNginx = `` /* 241-byte string literal not displayed */
View Source
const PocketbaseYaml = `` /* 297-byte string literal not displayed */
View Source
const PostgresYml = `` /* 620-byte string literal not displayed */
View Source
const RedisYaml = `` /* 231-byte string literal not displayed */
View Source
const UptimeKumaCompose = `
kuma:
image: louislam/uptime-kuma:1
container_name: kuma
volumes:
- ./kuma:/app/data
`
View Source
const UptimeKumaNginx = `` /* 499-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
func GenerateDrone ¶
func GenerateGitea ¶
func GenerateGiteaLogo ¶
func GenerateGiteaLogo(logo string)
func GenerateMkdocs ¶
func GenerateMkdocsLogo ¶
func GenerateMkdocsLogo(logo string)
func GenerateNats ¶
func GenerateNats()
func GenerateNginx ¶
func GenerateNginx()
func GeneratePacman ¶
func GeneratePocketbase ¶
func GeneratePostgres ¶
func GenerateRedis ¶
func GenerateRedis()
func GenerateUptimeKuma ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.