Mercurial Hosting > luan
changeset 2125:dd676a2b48cf default tip
merge previous
| author | Violet7 |
|---|---|
| date | Tue, 13 Jan 2026 13:40:46 -0800 |
| parents | 2d8950cbb0e7 (diff) 9706beda7f13 (current diff) |
| children | |
| files | |
| diffstat | 2 files changed, 1 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
diff -r 9706beda7f13 -r dd676a2b48cf src/luan/modules/host/Hosting.luan --- a/src/luan/modules/host/Hosting.luan Mon Jan 12 11:21:35 2026 -0800 +++ b/src/luan/modules/host/Hosting.luan Tue Jan 13 13:40:46 2026 -0800 @@ -20,9 +20,6 @@ local ignore_here = { [".DS_Store"] = true } -local ignore_there = { - [".well-known"] = true -} function Hosting.push(domain,password,dir) local my_dir = Io.uri("file:"..dir) @@ -56,7 +53,7 @@ end end for _, there_child in pairs(there.children) do - if ignore_there[there_child.name]==nil and host.delete_unused(domain,password,there_child.path) then + if host.delete_unused(domain,password,there_child.path) then print("deleted "..here.to_string().."/"..there_child.name) end end
diff -r 9706beda7f13 -r dd676a2b48cf website/src/support.html.luan --- a/website/src/support.html.luan Mon Jan 12 11:21:35 2026 -0800 +++ b/website/src/support.html.luan Tue Jan 13 13:40:46 2026 -0800 @@ -24,7 +24,6 @@ <h1>Luan Support</h1> <ul links> - <li><a href="https://x.com/i/communities/1997056165402886199">X Community</a></li> <li><a href="https://mikraite.arkian.net/Reactionary-Software-f1999.html">Forum on Mikraite</a></li> <li><a href="https://forum.luan.software/">Luan Forum</a></li> </ul>
