Skip to content

Commit

Permalink
Merge pull request #1027 from openzim/datacup_wp
Browse files Browse the repository at this point in the history
Hidden datacup Wharehouse Path
  • Loading branch information
benoit74 authored Oct 8, 2024
2 parents 7a44cc9 + 954a7fc commit 2657147
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dispatcher/backend/src/common/enum.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ class WarehousePath:
hidden_endless = "/.hidden/endless"
hidden_bard = "/.hidden/bard"
hidden_bsf = "/.hidden/bsf"
hidden_datacup = "/.hidden/datacup"
hidden_private = "/.hidden/private"
hidden_custom_apps = "/.hidden/custom_apps"
videos = "/videos"
Expand All @@ -88,6 +89,7 @@ def all(cls):
cls.hidden_endless,
cls.hidden_bard,
cls.hidden_bsf,
cls.hidden_datacup,
cls.hidden_custom_apps,
]

Expand Down
2 changes: 1 addition & 1 deletion dispatcher/frontend-ui/src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ export default {
"/wikinews", "/wikipedia", "/wikiquote", "/wikisource",
"/wikiversity", "/wikivoyage", "/wiktionary", "/zimit",
"/.hidden/dev", "/.hidden/private", "/.hidden/endless",
"/.hidden/bard", "/.hidden/bsf", "/.hidden/custom_apps"],
"/.hidden/bard", "/.hidden/bsf", "/.hidden/datacup", "/.hidden/custom_apps"],
offliners: ["mwoffliner", "youtube", "phet", "gutenberg", "sotoki", "nautilus", "ted", "openedx", "zimit", "kolibri", "wikihow", "ifixit", "freecodecamp", "devdocs"],
periodicities: ["manually", "monthly", "quarterly", "biannualy", "annually"],
memory_values: [536870912, // 512MiB
Expand Down

0 comments on commit 2657147

Please sign in to comment.