Merge remote changes with local bulk delete feature
- Resolved conflict in templates/index.html - Kept local delete modal responsive styles - Merged documentation updates from remote (DOCKER.md, README.md)
This commit is contained in:
@@ -134,3 +134,7 @@ To access from other devices on your network:
|
||||
1. Find your server's IP address
|
||||
2. Access via `http://YOUR_IP:5172`
|
||||
3. Make sure your firewall allows connections on port 5172
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
||||
|
||||
@@ -295,3 +295,7 @@ For manual Python installation:
|
||||
- Verify your Mailcow server is accessible from the machine running this app
|
||||
- Check that the API key is valid and has the correct permissions
|
||||
- Review logs in `data/malias2.log`
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
||||
|
||||
@@ -16,6 +16,12 @@
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.footer {
|
||||
font-size: 16px !important;
|
||||
color: #707170FF;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||
background-color: #1a1a1a;
|
||||
@@ -273,6 +279,13 @@
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.footer {
|
||||
font-size: 12px;
|
||||
color: #707170FF;
|
||||
align: center;
|
||||
padding-top: 20%;
|
||||
}
|
||||
|
||||
/* Mobile Responsive Styles */
|
||||
@media (max-width: 768px) {
|
||||
body {
|
||||
@@ -1498,5 +1511,9 @@
|
||||
if (e.target === this) closeTimedAlias();
|
||||
});
|
||||
</script>
|
||||
|
||||
</body>
|
||||
<div class="footer">
|
||||
<p style="padding-top:2%">© <a href="https://opensource.org/license/mit">MIT</a> 2026 Rune Olsen <a href="https://blog.rune.pm">Blog</a> — <a href="https://gitlab.pm/rune/malias-web">Source Code</a></p>
|
||||
</div>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user