Mercurial Hosting > hghosting
view src/private/tools/links.txt.luan @ 26:d3b72a8bfbe9 default tip
Add rate limiting, change moveLogs.sh to only operate on non-empty files
| author | Violet7 | 
|---|---|
| date | Sat, 01 Nov 2025 22:12:56 -0700 | 
| parents | dfc36e7ed22c | 
| children | 
line wrap: on
 line source
local Luan = require "luan:Luan.luan" local error = Luan.error local pairs = Luan.pairs or error() local Io = require "luan:Io.luan" local Http = require "luan:http/Http.luan" local Shared = require "site:/lib/Shared.luan" local config = Shared.config or error() return function() Io.stdout = Http.response.text_writer() for _, repo in pairs(config.repos) do if repo.users.backup then %> <%=repo.name%> <% end end end
