aboutsummaryrefslogtreecommitdiffstats
path: root/modules (unfollow)
Commit message (Collapse)Author
2024-08-02fix(nixos/git-server): Add the required configuration to support http-cloneBenedikt Peetz
2024-08-02refactor(nixos/{nginx, nix-sync}): Migrate from `system/services`Benedikt Peetz
Nix-sync was sort-of mixed into the nginx configuration, thus separating it completely seemed reasonable.
2024-07-30fix(git-server): set git default-branch to mainSilas Schöffel
2024-06-28fix(peertube): allow sane user creationSilas Schöffel
This enables reviewed registration, assigns quota to new users and enables manual approval of new videos.
2024-06-28fix(peertube): configure httpsSilas Schöffel
2024-06-28fix(peertube): Specify admin email (where to send the reports to)Benedikt Peetz
2024-06-28fix(peertube): Use correct localhost ipBenedikt Peetz
2024-06-28fix(peertube): Add required listen settingBenedikt Peetz
2024-06-28fix(peertube): Activate smtp supportBenedikt Peetz
2024-06-28fix(peertube): Ensure that the nginx reverse proxy worksBenedikt Peetz
2024-06-27fix(peertube/secrets): Improve smtp secretBenedikt Peetz
2024-06-27feat(peertube): InitBenedikt Peetz
2024-06-13refactor(modules/etesync): Move to a complete moduleBenedikt Peetz
2024-06-13refactor(modules): Ensure strict coherence to patternsBenedikt Peetz
2024-06-11fix(git-server): enable http-clone through cgitSilas Schöffel
2024-06-07fix(gitolite): change user to gitSilas Schöffel
2024-06-05fix(git-server): enable SSL for cgitSilas Schöffel
2024-06-05feat(treewide): add git-server moduleSilas Schöffel