Automated database and hybrid index update
This commit is contained in:
25
index.html
25
index.html
@@ -4,26 +4,27 @@
|
||||
<title>HyprArch Repository</title>
|
||||
<style>
|
||||
body { font-family: sans-serif; margin: 40px; line-height: 1.6; background: #2e3440; color: #eceff4; }
|
||||
a { color: #88c0d0; text-decoration: none; font-weight: bold; }
|
||||
a { color: #88c0d0; text-decoration: none; }
|
||||
a:hover { text-decoration: underline; }
|
||||
.container { max-width: 800px; margin: auto; background: #3b4252; padding: 30px; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.3); }
|
||||
h1 { border-bottom: 2px solid #4c566a; padding-bottom: 10px; color: #81a1c1; }
|
||||
pre { background: #2e3440; padding: 15px; border-radius: 5px; color: #ebcb8b; overflow-x: auto; border: 1px solid #4c566a; }
|
||||
.dir-link { background: #434c5e; padding: 15px 25px; border-radius: 8px; display: inline-block; margin-top: 20px; border: 1px solid #4c566a; }
|
||||
.container { max-width: 800px; margin: auto; background: #3b4252; padding: 20px; border-radius: 8px; }
|
||||
h1 { border-bottom: 2px solid #4c566a; padding-bottom: 10px; }
|
||||
pre { background: #2e3440; padding: 15px; border-radius: 5px; color: #ebcb8b; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1>🚀 HyprArch Custom Repository</h1>
|
||||
<p>To use this repository, add these lines to the bottom of your <code>/etc/pacman.conf</code>:</p>
|
||||
<pre>[hyprarch-repo]\nSigLevel = Optional TrustAll\nServer = https://hyprarch-repo.stuple.net/$arch</pre>
|
||||
<p>To use this repository, add the following to your <code>/etc/pacman.conf</code>:</p>
|
||||
<pre>[hyprarch-repo]
|
||||
SigLevel = Optional TrustAll
|
||||
Server = https://hyprarch-repo.stuple.net/$arch</pre>
|
||||
|
||||
<h2>📦 Available Packages</h2>
|
||||
<div class="dir-link">
|
||||
<a href="./x86_64/">📁 Browse x86_64 Repository Index</a>
|
||||
</div>
|
||||
<hr style="margin-top: 30px; border: 0; border-top: 1px solid #4c566a;">
|
||||
<p><small>Database last updated: 2026-03-12 20:47:40 UTC</small></p>
|
||||
<ul>
|
||||
<li><a href="./x86_64/">Browse x86_64 Packages</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<p><small>Automated by GitHub Actions</small></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,11 +1,11 @@
|
||||
<html><head><title>Index of /x86_64/</title></head><body style='font-family: monospace;'>
|
||||
<h1>Index of /x86_64/</h1><hr><pre>
|
||||
<a href='../'>../</a>
|
||||
<a href='calamares.pkg.tar.zst'>calamares.pkg.tar.zst</a> 12-Mar-2026 20:47 4.5M
|
||||
<a href='hyprarch-repo.db'>hyprarch-repo.db</a> 12-Mar-2026 20:47 4.5M
|
||||
<a href='hyprarch-repo.db.tar.gz'>hyprarch-repo.db.tar.gz</a> 12-Mar-2026 20:47 4.5M
|
||||
<a href='hyprarch-repo.db.tar.gz.old'>hyprarch-repo.db.tar.gz.old</a> 12-Mar-2026 20:47 4.0K
|
||||
<a href='hyprarch-repo.files'>hyprarch-repo.files</a> 12-Mar-2026 20:47 4.5M
|
||||
<a href='hyprarch-repo.files.tar.gz'>hyprarch-repo.files.tar.gz</a> 12-Mar-2026 20:47 4.5M
|
||||
<a href='hyprarch-repo.files.tar.gz.old'>hyprarch-repo.files.tar.gz.old</a> 12-Mar-2026 20:47 4.0K
|
||||
<a href='calamares.pkg.tar.zst'>calamares.pkg.tar.zst</a> 12-Mar-2026 20:50 4.5M
|
||||
<a href='hyprarch-repo.db'>hyprarch-repo.db</a> 12-Mar-2026 20:50 4.5M
|
||||
<a href='hyprarch-repo.db.tar.gz'>hyprarch-repo.db.tar.gz</a> 12-Mar-2026 20:50 4.5M
|
||||
<a href='hyprarch-repo.db.tar.gz.old'>hyprarch-repo.db.tar.gz.old</a> 12-Mar-2026 20:50 4.0K
|
||||
<a href='hyprarch-repo.files'>hyprarch-repo.files</a> 12-Mar-2026 20:50 4.5M
|
||||
<a href='hyprarch-repo.files.tar.gz'>hyprarch-repo.files.tar.gz</a> 12-Mar-2026 20:50 4.5M
|
||||
<a href='hyprarch-repo.files.tar.gz.old'>hyprarch-repo.files.tar.gz.old</a> 12-Mar-2026 20:50 4.0K
|
||||
</pre><hr></body></html>
|
||||
|
||||
Reference in New Issue
Block a user