aboutsummaryrefslogtreecommitdiff
path: root/uploader.scm
AgeCommit message (Expand)Author
2024-04-10gn-uploader: Enable changing of log-level for container....This commit enables us to change the logging level of the gn-uploader service within the container: this will help in the instances when we need to debug events in the application that are unexpected. Frederick Muriuki Muriithi
2024-04-03Use gn-uploader from gn-uploader channel...This commit lets us use the bleeding-edge gn-uploader from the gn-uploader channel. Frederick Muriuki Muriithi
2024-04-03Use default genenetwork2...The uploader container is for testing that the gn-uploader package builds and the application is working correctly. It sets up a service that allows users to upload data. It does need the other GeneNetwork services, but does not need the latest and greatest. This commit uses the default genenetwork2 package (which will mostly be stable): thus there are fewer (if any) issues getting the other services to run. Frederick Muriuki Muriithi
2024-03-25Add gn-uploader service....* genenetwork/services/genenetwork.scm (<gn-uploader-configuration>): New type. (gn-uploader-activation, gn-uploader-gunicorn-app, gn-uploader-nginx-server-block): New functions. (gn-uploader-service-type): New variable. * uploader.scm, uploader-deploy.sh: New files. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> Frederick Muriuki Muriithi