Update server
All checks were successful
/ docker (push) Successful in 48s

This commit is contained in:
Melody Becker 2025-01-16 12:28:50 +01:00
parent 34b8ca9c3c
commit b167569942
2 changed files with 14 additions and 17 deletions

View file

@ -77,6 +77,9 @@ func main() {
// Static files not in /static or /.well-known // Static files not in /static or /.well-known
mux.HandleFunc("/robots.txt", buildHTTPFileReader(embed_robots_txt)) mux.HandleFunc("/robots.txt", buildHTTPFileReader(embed_robots_txt))
mux.HandleFunc("/humans.txt", buildHTTPFileReader(embed_humans_txt)) mux.HandleFunc("/humans.txt", buildHTTPFileReader(embed_humans_txt))
mux.HandleFunc("/8ztjw6bhc9.txt", func(w http.ResponseWriter, r *http.Request) {
fmt.Fprint(w, "keke")
})
server := http.Server{ server := http.Server{
Addr: ":" + *portFlag, Addr: ":" + *portFlag,

View file

@ -37,24 +37,18 @@
<th>Service</th> <th>Service</th>
<th>Link/Username</th> <th>Link/Username</th>
</tr> </tr>
<tr>
<td>Fedi (woem)</td>
<td>
<a rel="me" href="https://woem.men/@mstar">https://woem.men/@mstar</a>
</td>
<tr>
<td>Fedi (mkab, backup)</td>
<td>
<a rel="me" href="https://mk.absturztau.be/@mstar">https://mk.absturztau.be/@mstar</a>
</td>
</tr>
</tr>
<tr> <tr>
<td>Discord</td> <td>Discord</td>
<td> <td>
<p>m_star</p> <p>m_star</p>
</td> </td>
</tr> </tr>
<tr>
<td>Bluesky</td>
<td>
<a href="https://bsky.app/profile/mstar.dev"></a>
</td>
</tr>
<tr> <tr>
<td>Pronouns page</td> <td>Pronouns page</td>
<td> <td>
@ -94,9 +88,9 @@
</tr> </tr>
<tr> <tr>
<!-- Rickroll --> <!-- Rickroll -->
<td>Bluesky</td> <td>Fedi</td>
<td> <td>
<a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">https://bsky.app/profile/mstar.dev</a> <a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">https://woem.men/@mstar</a>
</td> </td>
</tr> </tr>
</table> </table>
@ -105,8 +99,8 @@
<li><a href="https://linktr.ee/akijam">Fren Aki</a></li> <li><a href="https://linktr.ee/akijam">Fren Aki</a></li>
</ul> </ul>
<hr /> <hr />
<p>I'm also working on a Fediverse server, <a href="https://git.mstar.dev/mstar/linstrom">Linstrom</a></p> <!--<p>I'm also working on a Fediverse server, <a href="https://git.mstar.dev/mstar/linstrom">Linstrom</a></p>-->
<br> <!--<br>-->
<p>Todo: Add proper styling</p> <p>Todo: Add proper styling</p>
</div> </div>
</div> </div>
@ -114,7 +108,7 @@
<p>Contact: <a href="mailto:me@mstar.dev">me@mstar.dev (<a <p>Contact: <a href="mailto:me@mstar.dev">me@mstar.dev (<a
href="/static/files/other/publickey.me@mstar.dev-27fcaabd3022acff023e6e2a053a2d9af0f03260.asc">Public PGP href="/static/files/other/publickey.me@mstar.dev-27fcaabd3022acff023e6e2a053a2d9af0f03260.asc">Public PGP
key</a>)</p> key</a>)</p>
<p>Last updated: 30.12.2024</p> <p>Last updated: 16.01.2025</p>
</footer> </footer>
</body> </body>