Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
11 changes: 11 additions & 0 deletions clair-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
General:
clair_url: 'URL'
verify: false
Plugins:
Docker:
class: paclair.plugins.docker_plugin.DockerPlugin
registries:
REGISTRY:
auth:
- "USERNAME"
- "PASSWORD"
Empty file added mynewfile.txt
Empty file.
2 changes: 1 addition & 1 deletion templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 %>
Expand Down