1414 You should have received a copy of the GNU Affero General Public License
1515 along with this program. If not, see <http://www.gnu.org/licenses/>.
1616--> <!DOCTYPE html> < html > < head > < meta charset ="UTF-8 " /> < link href ="docker-registry-ui.css " rel ="stylesheet " type ="text/css "> < meta name ="viewport " content ="width=device-width, initial-scale=1 " /> < meta property ="og:site_name " content ="Docker Registry UI " /> < meta name ="twitter:card " content ="summary " /> < meta name ="twitter:site " content ="@Joxit " /> < meta name ="twitter:creator " content ="@Jones Magloire " /> < title > Docker Registry UI</ title > </ head > < body > < docker-registry-ui
17- registry-url ="${REGISTRY_URL} "
18- name ="${REGISTRY_TITLE} "
19- pull-url ="${PULL_URL} "
20- show-content-digest ="${SHOW_CONTENT_DIGEST} "
21- is-image-remove-activated ="${DELETE_IMAGES} "
22- catalog-elements-limit ="${CATALOG_ELEMENTS_LIMIT} "
23- single-registry ="${SINGLE_REGISTRY} "
24- default-registries ="${DEFAULT_REGISTRIES} "
25- read-only-registries ="${READ_ONLY_REGISTRIES} "
26- show-catalog-nb-tags ="${SHOW_CATALOG_NB_TAGS} "
27- history-custom-labels ="${HISTORY_CUSTOM_LABELS} "
28- use-control-cache-header ="${USE_CONTROL_CACHE_HEADER} "
29- taglist-order ="${TAGLIST_ORDER} "
30- catalog-default-expanded ="${CATALOG_DEFAULT_EXPANDED} "
31- catalog-min-branches ="${CATALOG_MIN_BRANCHES} "
32- catalog-max-branches ="${CATALOG_MAX_BRANCHES} "
33- is-registry-secured ="${REGISTRY_SECURED} "
34- theme ="${THEME} "
35- theme-primary-text ="${THEME_PRIMARY_TEXT} "
36- theme-neutral-text ="${THEME_NEUTRAL_TEXT} "
37- theme-background ="${THEME_BACKGROUND} "
38- theme-hover-background ="${THEME_HOVER_BACKGROUND} "
39- theme-accent-text ="${THEME_ACCENT_TEXT} "
40- theme-header-text ="${THEME_HEADER_TEXT} "
41- theme-header-background ="${THEME_HEADER_BACKGROUND} "
42- theme-footer-text ="${THEME_FOOTER_TEXT} "
43- theme-footer-neutra-text ="${THEME_FOOTER_NEUTRAL_TEXT} "
44- theme-footer-background ="${THEME_FOOTER_BACKGROUND} "
45- tags-per-page ="${TAGLIST_PAGE_SIZE} "
17+ registry-url ="https://docker-registry.tools.wmflabs.org "
18+ name ="Toolforge Docker Registry "
19+ pull-url =""
20+ show-content-digest =""
21+ is-image-remove-activated ="false "
22+ catalog-elements-limit =""
23+ single-registry ="true "
24+ default-registries =""
25+ read-only-registries =""
26+ show-catalog-nb-tags =""
27+ history-custom-labels =""
28+ use-control-cache-header =""
29+ taglist-order =""
30+ catalog-default-expanded =""
31+ catalog-min-branches =""
32+ catalog-max-branches =""
33+ is-registry-secured ="false "
34+ theme =""
35+ theme-primary-text =""
36+ theme-neutral-text =""
37+ theme-background =""
38+ theme-hover-background =""
39+ theme-accent-text =""
40+ theme-header-text =""
41+ theme-header-background =""
42+ theme-footer-text =""
43+ theme-footer-neutra-text =""
44+ theme-footer-background =""
45+ tags-per-page =""
4646 > </ docker-registry-ui > < script src ="docker-registry-ui.js "> </ script > </ body > </ html >
0 commit comments