Unverified Commit f5ea6be9 authored by Gergő Gutyina's avatar Gergő Gutyina Committed by GitHub
Browse files

pingvin-share: drop (#459713)

parents 65ab082b 0c6dc88d
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -674,15 +674,6 @@
  "module-services-plausible-basic-usage": [
    "index.html#module-services-plausible-basic-usage"
  ],
  "module-services-pingvin-share": [
    "index.html#module-services-pingvin-share"
  ],
  "module-services-pingvin-share-basic-usage": [
    "index.html#module-services-pingvin-share-basic-usage"
  ],
  "module-services-pingvin-share-reverse-proxy-configuration": [
    "index.html#module-services-pingvin-share-reverse-proxy-configuration"
  ],
  "module-services-pict-rs": [
    "index.html#module-services-pict-rs"
  ],
+1 −1
Original line number Diff line number Diff line
@@ -163,7 +163,7 @@

- [wg-access-server](https://github.com/freifunkMUC/wg-access-server/), an all-in-one WireGuard VPN solution with a WebUI for connecting devices. Available as [services.wg-access-server](#opt-services.wg-access-server.enable).

- [Pingvin Share](https://github.com/stonith404/pingvin-share), a self-hosted file sharing platform and an alternative for WeTransfer. Available as [services.pingvin-share](#opt-services.pingvin-share.enable).
- [Pingvin Share](https://github.com/stonith404/pingvin-share), a self-hosted file sharing platform and an alternative for WeTransfer. Available as `services.pingvin-share`.

- [Envision](https://gitlab.com/gabmus/envision), a UI for building, configuring and running Monado, the open source OpenXR runtime. Available as [programs.envision](#opt-programs.envision.enable).

+2 −0
Original line number Diff line number Diff line
@@ -45,6 +45,8 @@ of pulling the upstream container image from Docker Hub. If you want the old beh

- The Bash implementation of the `nixos-rebuild` program is removed. All switchable systems now use the Python rewrite. Any prior usage of `system.rebuild.enableNg` must now be removed. If you have any outstanding issues with the new implementation, please open an issue on GitHub.

- `services.pingvin-share` has been removed as the `pingvin-share.backend` package was broken and the project was archived upstream.

## Other Notable Changes {#sec-release-26.05-notable-changes}

<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
+0 −1
Original line number Diff line number Diff line
@@ -1705,7 +1705,6 @@
  ./services/web-apps/phylactery.nix
  ./services/web-apps/pict-rs.nix
  ./services/web-apps/pihole-web.nix
  ./services/web-apps/pingvin-share.nix
  ./services/web-apps/pixelfed.nix
  ./services/web-apps/plantuml-server.nix
  ./services/web-apps/plausible.nix
+3 −0
Original line number Diff line number Diff line
@@ -255,6 +255,9 @@ in
      The Javascript version of Parsoid configured through this module does not work with modern MediaWiki versions,
      and has been deprecated by upstream, so it has been removed. MediaWiki comes with a new PHP-based parser built-in, so there is no need for this module.
    '')
    (mkRemovedOptionModule [ "services" "pingvin-share" ] ''
      The `pingvin-share.backend` package was broken and the project was archived upstream, so it was removed from nixpkgs.
    '')
    (mkRemovedOptionModule [ "services" "polipo" ] ''
      The polipo project is unmaintained and archived upstream.
    '')
Loading