MAstodon server
Build LinkLog Development Image / development-image (push) Successful in 9s

This commit is contained in:
Olaf
2026-08-25 23:40:11 +02:00
parent 57e9775882
commit b35249cb86
2 changed files with 18 additions and 7 deletions
+4 -4
View File
@@ -81,14 +81,14 @@
<h2>Mastodon</h2>
<form id="mastodon-form">
<label>
Instance
<input id="mastodon-instance" name="instance" type="text" value="mastodon.social" placeholder="mastodon.social" />
Mastodon server
<input id="mastodon-instance" name="instance" type="text" value="mastodon.social" placeholder="mastodon.social" required />
</label>
<label>
Post prefix
<input id="mastodon-post-prefix" name="post_prefix" type="text" value="From my #LinkLog: " />
</label>
<button id="mastodon-connect" type="button">Connect Mastodon</button>
<button id="mastodon-connect" type="button">Authenticate with this server</button>
<button type="submit">Save Mastodon settings</button>
<p id="mastodon-status" class="status" role="status"></p>
</form>
@@ -97,6 +97,6 @@
<footer class="site-footer">Copyright © 2026 Olaf Kolkman · <a href="https://git.kolkman.org/olaf/Link-Log">git.kolkman.org/LinkLog</a></footer>
<script src="/static/auth-header.js?v=3"></script>
<script src="/static/logout.js?v=2"></script>
<script src="/static/profile.js?v=4"></script>
<script src="/static/profile.js?v=5"></script>
</body>
</html>