Skip to content

Commit

Permalink
Predefined service: AdGuard Home (#196)
Browse files Browse the repository at this point in the history
* Add predefined service template for AdGuard Home

* Add Readme

* Remove reference to env file

* Fix intendation of conditional sections

* Skip AdGuard Home template test

* Change from frontend to backend
  • Loading branch information
marcauberer committed Nov 2, 2021
1 parent d02a49e commit 0b60d9f
Show file tree
Hide file tree
Showing 5 changed files with 123 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def get_all_template_names():

template_tuples = []
template_types = ["backend", "database", "db-admin", "frontend"]
skipped_names = ["rocket", "faunadb", "gitea", "gitlab"]
skipped_names = ["rocket", "faunadb", "gitea", "gitlab", "adguard-home"]
for template_type in template_types:
template_type_path = TEMPLATES_PATH + '/' + template_type
services = [f for f in listdir(template_type_path) if isdir(join(template_type_path, f))]
Expand Down

0 comments on commit 0b60d9f

Please sign in to comment.