Compare commits

...

2 Commits

Author SHA1 Message Date
66a121746e Dns 2025-05-17 16:34:25 -04:00
f4ab310978 GHost 2025-05-17 16:33:54 -04:00
2 changed files with 5 additions and 2 deletions

View File

@ -28,6 +28,9 @@ services:
- "traefik.http.routers.library-manager.entrypoints=https"
- "traefik.http.routers.library-manager.rule=Host(`lib.ghost.tel`)"
- "traefik.http.routers.library-manager.tls.certresolver=http"
dns:
- 8.8.8.8
- 8.8.4.4
networks:
- web
- default

View File

@ -4,13 +4,13 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ramsey Library</title>
<title>Ghost Library</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<button id="dark-mode-toggle">🌙</button>
<h1>Ramsey Library</h1>
<h1>Ghost Library</h1>
<input type="text" id="search-bar" placeholder="Search by title, author, publisher, etc.">
<table id="book-table">