about summary refs log tree commit diff
path: root/pkgs/servers/owncast
AgeCommit message (Collapse)AuthorFilesLines
2024-04-07owncast: 0.1.2 -> 0.1.3Peder Bergebakken Sundt1-3/+3
Diff: https://github.com/owncast/owncast/compare/v0.1.2...v0.1.3
2023-12-29owncast: fix `tests` evalSergei Trofimovich1-1/+1
Without the change `tests` eval failed with missing attribute as: $ nix build --no-link -f. owncast.tests $ error: attribute 'testOwncast' missing 39| passthru.tests.owncast = nixosTests.testOwncast; | ^ 40| From what I can see `nixos/tests/all-tests.nix` never had a `testOwncast` attribute. Let's use `owncast` one.
2023-12-02Merge pull request #270237 from mgdelacroix/update-owncast-012Thomas Gerbet1-3/+3
owncast: 0.1.1 -> 0.1.2
2023-11-26owncast: 0.1.1 -> 0.1.2Miguel de la Cruz1-3/+3
2023-11-24treewide: add mainProgramh7x41-0/+1
2023-08-02owncast: fix ffmpeg issues with systemdSam Willcocks1-1/+3
The `bash` and `which` wrapper dependencies were mistakenly removed last package update. The package works when run manually since you already have bash and which in your path. Only when isolated in systemd does the issue emerge.
2023-07-30wncast: 0.0.13 -> 0.1.1Sam Willcocks1-29/+17
2022-11-29owncast: 0.0.12 -> 0.0.13R. Ryantm1-2/+2
2022-08-29Merge pull request #183706 from r-ryantm/auto-update/owncastJonas Heinrich1-3/+3
owncast: 0.0.11 -> 0.0.12
2022-07-29owncast: 0.0.11 -> 0.0.12R. Ryantm1-3/+3
2022-07-25owncast: Fix statedirectory issue after upgradePeder Bergebakken Sundt1-0/+1
The entrypoint script would ensure a symlink to the nix store exists in the state directory. The script would fail when trying to overwrite an existing symlink. Steps to trigger the issue: * Install owncast * Upgrade owncast * Garbage collect the store * Upgrade owncast I chose not to use the -f option in `ln`, as this is more explicit.
2022-04-05makeWrapper to nativeBuildInputs (#167225)Rick van Schijndel1-1/+1
2022-03-06owncast: 0.0.10 -> 0.0.11R. Ryantm1-3/+3
2021-11-03owncast: 0.0.9 -> 0.0.10R. Ryantm1-2/+2
2021-09-29owncast: 0.0.8 -> 0.0.9 (#139862)Niklas1-4/+3
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-09-23owncast: init at 0.0.8MayNiklas1-0/+59