SЁCU is a web application design to create, store and provide SËCU API self-destructing data payloads.
server {
listen 127.0.0.1:80;
server_name secu.int;
rewrite ^/(.*)/$ /$1 permanent;
root `{/path/to/secu/web-app}`/public;
index index.html;
location ~* \.(jpg|jpeg|gif|png|ico|css|pdf|ppt|txt|bmp|rtf|js)$ {
expires 7d;
}
location / {
try_files $uri $uri/ /index.html?$query_string;
}
}
npm install
You can build public directory using Gulp.
gulp
Please refer to CONTRIBUTING.md for information on how to contribute to SËCU and its related projects.
The SËCU web application is an open-sourced software licensed under the MIT.