psi-4ward / psitransfer

Simple open source self-hosted file sharing solution.
BSD 2-Clause "Simplified" License
1.48k stars 216 forks source link

Release cycle #198

Open mirekphd opened 2 years ago

mirekphd commented 2 years ago

I think psitransfer needs to have a regular release cycle, e.g. monthly. Without it, images available in the Docker Hub with the latest tag become a security risk. Currently the latest image has High vulnerabilities, because no releases have been made for nearly a year. It would be best to automate builds so that each git push triggered a docker build. You can also auto-tag the images e.g. using daily tags.

psi-4ward commented 2 years ago

As one can see, my time is very limited. Feel free to prepare a PR

IamLunchbox commented 2 years ago

I don't have any skills with js at all - is there any other way to accelerate development of psitransfer? As there are 30 open PRs, maybe it is not participants, which are missing?

psi-4ward commented 2 years ago

As I said, my time is limited and I've to focus on stuff which pays for the beer at the end of the day :)

Alkl58 commented 2 years ago

A work around is to build it with docker compose locally directly from git, so there is no need for Docker Hub:

version: "3.3"

services:
  psitransfer:
    build: https://github.com/psi-4ward/psitransfer.git
  ...
Alkl58 commented 2 years ago

I have created updated builds here: https://github.com/Alkl58/psitransfer/releases Docker Hub Images: https://hub.docker.com/r/alkl58/psitransfer/

kapiorr commented 2 years ago

@Alkl58 good job :)

psi-4ward commented 2 years ago

yes we should do some work here but: