diff --git a/README.md b/README.md index da43071ee..33574aa33 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Demo for Axway ![Screenshot](http://i.imgur.com/C4uMD67.png) A self-hosted chat app for small teams or big Gal by [Security Compass][seccom]. - +For commit ## Features and Stuff diff --git a/clair-config.yml b/clair-config.yml new file mode 100644 index 000000000..f8c4ea511 --- /dev/null +++ b/clair-config.yml @@ -0,0 +1,11 @@ +General: + clair_url: 'URL' + verify: false +Plugins: + Docker: + class: paclair.plugins.docker_plugin.DockerPlugin + registries: + REGISTRY: + auth: + - "USERNAME" + - "PASSWORD" diff --git a/mynewfile.txt b/mynewfile.txt new file mode 100644 index 000000000..e69de29bb diff --git a/templates/login.html b/templates/login.html index 38e76950d..cd26bdbbb 100644 --- a/templates/login.html +++ b/templates/login.html @@ -5,7 +5,7 @@ <% block class %>lcb-login animated fadeIn<% endblock %> <% block attributes %> - style="background-image: url('./media/img/photos/<$ photo $>');" + style="background-image: url('./whoops/media/img/photos/<$ photo $>');" <% endblock %> <% block js %>