You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Philipp Häfelfinger b6e8128520
PiwigoDirectorySync/pipeline/head This commit looks good Details
updates launch settings
3 days ago
.config adds application infra and first draft of persistence entities 8 months ago
.idea/.idea.PiwigoDirectorySync/.idea initial solution creation 8 months ago
PiwigoDirectorySync updates launch settings 3 days ago
.gitignore moves scan classes into one namespace, makes file scanner work, adds user secrets support to config 8 months ago
Jenkinsfile fixes artifact directories 8 months ago
LICENSE Initial commit 8 months ago
NuGet.Config initial solution creation 8 months ago
PiwigoDirectorySync.sln initial solution creation 8 months ago
PiwigoDirectorySync.sln.DotSettings enable dynamic memory analysis in rider 8 months ago
README.md removes secrets as they are not required for this project 8 months ago

README.md

PiwigoDirectorySync

This application synchronizes the local directory structure with piwigo servers. Each directory level gets created as album or sub album in piwigo.

Building / tooling

Restoring dotnet tools

In the root path you may just run the command dotnet tool restore to install all dotnet tools and extensions used in this project.

Docker

Build the application and docker image for hosting using docker.

TODO: add some docker build details

Publish

Build the application for manual installation using publish.

TODO: add some publish details