Skip to content

Commit

Permalink
0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rekkyrosso committed Oct 11, 2024
1 parent b58d0e5 commit 2a9369d
Show file tree
Hide file tree
Showing 7 changed files with 933 additions and 139 deletions.
1 change: 1 addition & 0 deletions app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ node_modules
dist
www/*.js
www/*.html
!www/404.html
www/*.css
www/*.zip
www/v*/*
8 changes: 8 additions & 0 deletions app/www/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<!doctype html>
<html lang="en">
<meta charset="utf-8">
<title>404</title>
<link rel="icon" sizes="any" href="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+DQo8Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSI4IiBzdHJva2Utd2lkdGg9IjQiIHN0cm9rZT0ib3JhbmdlIiBmaWxsPSJibGFjayIvPg0KPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMiIgc3Ryb2tlLXdpZHRoPSJub25lIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+">
<main>
<h1>Not Found</h1>
</main>
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# docker-compose --env-file ./path/to/my/.env up -d

services:
ampcast:
container_name: ampcast
Expand Down
Loading

0 comments on commit 2a9369d

Please sign in to comment.