Skip to content

Commit

Permalink
Move the reference remote backup server to an examples dir
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamMorrow committed Oct 18, 2024
1 parent 724afdd commit ca22896
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion Docs/RemoteBackup.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ Api Key - Optional (recommended). LiftLog will pass this value as an X-API-Key

The endpoint should simply accept a `POST` request where the body will be the raw bytes of a `liftlogbackup.gz` file. It MUST NOT decompress the gzipped data, the LiftLog app only understands gzipped files.

An example implementation which stores the backups as files on disk can be found [here](../LiftLog.BackupServer/). Note that this server requires a reverse proxy for HTTPS termination.
An example implementation which stores the backups as files on disk can be found [here](../examples/remote-backup/LiftLog.BackupServer/). Note that this server requires a reverse proxy for HTTPS termination.

You can test if it is correctly set up by pressing the `Test` button in app. Any errors will be displayed, or a success toast on success. Ensure you hit `Save` to persist your configuration.
18 changes: 0 additions & 18 deletions LiftLog.sln
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LiftLog.Tests.Api", "tests\
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LiftLog.Tests.App", "tests\LiftLog.Tests.App\LiftLog.Tests.App.csproj", "{EAFB4E00-343C-4AA2-9CA0-CD186AC390C7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LiftLog.BackupServer", "LiftLog.BackupServer\LiftLog.BackupServer.csproj", "{8E81B6EB-97E3-4DD3-8D38-28EADCD2FAB3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -244,22 +242,6 @@ Global
{EAFB4E00-343C-4AA2-9CA0-CD186AC390C7}.Release|x64.Build.0 = Release|Any CPU
{EAFB4E00-343C-4AA2-9CA0-CD186AC390C7}.Release|x86.ActiveCfg = Release|Any CPU
{EAFB4E00-343C-4AA2-9CA0-CD186AC390C7}.Release|x86.Build.0 = Release|Any CPU
{8E81B6EB-97E3-4DD3-8D38-28EADCD2FAB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E81B6EB-97E3-4DD3-8D38-28EADCD2FAB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E81B6EB-97E3-4DD3-8D38-28EADCD2FAB3}.Debug|arm64.ActiveCfg = Debug|Any CPU
{8E81B6EB-97E3-4DD3-8D38-28EADCD2FAB3}.Debug|arm64.Build.0 = Debug|Any CPU
{8E81B6EB-97E3-4DD3-8D38-28EADCD2FAB3}.Debug|x64.ActiveCfg = Debug|Any CPU
{8E81B6EB-97E3-4DD3-8D38-28EADCD2FAB3}.Debug|x64.Build.0 = Debug|Any CPU
{8E81B6EB-97E3-4DD3-8D38-28EADCD2FAB3}.Debug|x86.ActiveCfg = Debug|Any CPU
{8E81B6EB-97E3-4DD3-8D38-28EADCD2FAB3}.Debug|x86.Build.0 = Debug|Any CPU
{8E81B6EB-97E3-4DD3-8D38-28EADCD2FAB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E81B6EB-97E3-4DD3-8D38-28EADCD2FAB3}.Release|Any CPU.Build.0 = Release|Any CPU
{8E81B6EB-97E3-4DD3-8D38-28EADCD2FAB3}.Release|arm64.ActiveCfg = Release|Any CPU
{8E81B6EB-97E3-4DD3-8D38-28EADCD2FAB3}.Release|arm64.Build.0 = Release|Any CPU
{8E81B6EB-97E3-4DD3-8D38-28EADCD2FAB3}.Release|x64.ActiveCfg = Release|Any CPU
{8E81B6EB-97E3-4DD3-8D38-28EADCD2FAB3}.Release|x64.Build.0 = Release|Any CPU
{8E81B6EB-97E3-4DD3-8D38-28EADCD2FAB3}.Release|x86.ActiveCfg = Release|Any CPU
{8E81B6EB-97E3-4DD3-8D38-28EADCD2FAB3}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ca22896

Please sign in to comment.