Skip to content

Instantly share code, notes, and snippets.

View akhilman's full-sized avatar
☮️
Peace and Love

AkhIL akhilman

☮️
Peace and Love
View GitHub Profile
@akhilman
akhilman / webdav-nginx.conf
Last active March 12, 2024 01:27
Fixes for nginx's webdav to work with gvfs clients.
# Define lua functions
init_by_lua_block {
function is_dir(path)
local f = io.open(path, "r")
if not f then
return false
end
local ok, err, code = f:read(1)
f:close()
return code == 21
@akhilman
akhilman / README.md
Last active March 23, 2024 14:08
IR remote config for X96 TV box