Skip to content

Commit

Permalink
add DNS nameserver question for homepage app (#1251)
Browse files Browse the repository at this point in the history
* add DNS nameserver question for homepage app

* bump

---------

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
  • Loading branch information
maddinat0r and stavros-k authored Jan 2, 2025
1 parent 1563d8f commit a7751cd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ix-dev/community/homepage/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ sources:
- https://github.com/benphelps/homepage
title: Homepage
train: community
version: 1.1.8
version: 1.1.9
14 changes: 14 additions & 0 deletions ix-dev/community/homepage/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,20 @@ questions:
schema:
type: boolean
default: false
- variable: dns_nameservers
label: DNS Nameservers
description: |
DNS nameservers for the container to use.</br>
Example: 1.1.1.1
schema:
type: list
default: []
items:
- variable: option
label: Option
schema:
type: string
required: true

- variable: storage
label: ""
Expand Down

0 comments on commit a7751cd

Please sign in to comment.