summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2024-02-28switch to cgit-pinkXiao Pan
git blame works so I re-enable it. Add and change some other configs.
2024-02-27updateXiao Pan
2024-02-27cgit disable git blame, because it is buggyXiao Pan
2024-02-27change wording to adhere to the style of other pacman hooksXiao Pan
2024-02-26updateXiao Pan
2024-02-26updateXiao Pan
2024-02-26updateXiao Pan
2024-02-26Multi Depends no need. mkdir before outputXiao Pan
Pacman hook multiple Depends is OR logic, can be tested via a test.hook
2024-02-26metaXiao Pan
2024-02-26feat: pacman hook upgrade highlight.css for cgit syntax highlightingXiao Pan
2024-02-26try enable cgit cacheXiao Pan
2024-02-26metaXiao Pan
2024-02-26cgitrc readme about pageXiao Pan
2024-02-26updateXiao Pan
2024-02-25metaXiao Pan
2024-02-25cgit syntax highlight using mycgit.cssXiao Pan
mycgit.css import cgit.css and highlight.css. Because cgit.css is not a pacman backup file and it will be overwritten once cgit update. I can also update highlight.css automatically via pacman hook or `upd`. Also, I think `highlight` not using `--inline-css` maybe is a better way performance wise and more elegant (less messy generated html source code).
2024-02-25updateXiao Pan
2024-02-25highlight filetypes.conf more file extensions for .iniXiao Pan
Example files are: - <https://git.flylightning.xyz/config_local_arch/tree/home/xyz/.config/systemd/user/ssh-agent.service> - <https://git.flylightning.xyz/config_local_arch/tree/etc/systemd/network/10-cloud-init-eth0.network?h=ka>
2024-02-25cgit better highlightXiao Pan
2024-02-25metaXiao Pan
2024-02-25default /etc/highlight/filetypes.confXiao Pan
2024-02-25try cgit highlightXiao Pan
2024-02-25metaXiao Pan
2024-02-10pacnewXiao Pan
2024-02-10pacnewXiao Pan
2024-02-05pacdiffXiao Pan
2024-02-04updateXiao Pan
2024-01-22updateXiao Pan
2024-01-22fix: htop new version seems break old way of make htoprc unwritable to keep ↵Xiao Pan
config unchanged In the past, `chmod a-w ~/.config/htop/htoprc` is sufficient to let htop not able to write to htoprc. So configs keeps the same if I press anything in htop. But it seems htop new version 3.3.0 makes it not working. I'm not sure why. I suspect "Write configuration to temporary file first" in changelog is the reason <https://github.com/htop-dev/htop/blob/main/ChangeLog#L19>. Luckily, `chmod a-w ~/.config/htop` still works by making htop config dir not writable.
2024-01-20updateXiao Pan
2024-01-20updateXiao Pan
2024-01-20updateXiao Pan
2024-01-13updateXiao Pan
2024-01-13updateXiao Pan
2024-01-13updateXiao Pan
2024-01-09updateXiao Pan
2024-01-09metaXiao Pan
2024-01-04cgit set custom title, so others bookmark have sensible nameXiao Pan
2023-12-28metaXiao Pan
2023-12-28refactorXiao Pan
2023-12-28fix: increase types_hash_max_size to fix a warningXiao Pan
2023-12-27https:// maybe more secure than git://Xiao Pan
2023-12-27metaXiao Pan
2023-12-27I want to try to seperate homepage with mirror.flylightning.xyz. Other ↵Xiao Pan
common practices for /srv/http alternatives are /srv/www and /var/www. If I use /srv/http/www then it kinda mix the meaning with other /srv/http alternative practices. I think /srv/http/master maybe a better name.
2023-12-27metaXiao Pan
2023-12-27If nginx config `root /srv/http`, then files in /srv/http/mirrors can be ↵Xiao Pan
accessed via https://flylightning.xyz/mirrors/archlinux/fly/os/any/fly-any.files, not ideal
2023-12-22metaXiao Pan
2023-12-22nginx enable ipv6. Switch from systemd-networkd to networkmanager because ↵Xiao Pan
somehow I could not ping studio global pubic ipv6 (stateless address auto-configuration? (SLAAC)?), but I can ping link-local address which makes the issue very weird
2023-12-20updateXiao Pan
2023-12-19updateXiao Pan