Skip to content

Commit 5294efc

Browse files
authored
chore: remove legacy hosting configuration (#122)
1 parent b2761b6 commit 5294efc

15 files changed

Lines changed: 2 additions & 140 deletions

.dockerignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
**/azds.yaml
1717
**/bin
1818
**/charts
19-
**/docker-compose*
2019
**/Dockerfile*
2120
**/node_modules
2221
**/npm-debug.log
@@ -29,5 +28,3 @@ SgfDevs.Tests
2928
SgfDevs.slnx
3029
SgfDevs/Umbraco/Logs
3130
SgfDevs/Umbraco/Data
32-
caddy
33-
scripts

.env.example

Lines changed: 0 additions & 18 deletions
This file was deleted.

.run/docker-compose.yml_ Compose Deployment.run.xml

Lines changed: 0 additions & 17 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
![](https://pbs.twimg.com/profile_banners/2869149607/1567717351/1500x500)
44

55
## Prerequisites
6-
- [.NET SDK 8.x](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
6+
- [.NET SDK 10.x](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
77
- [Node.js 18.x](https://nodejs.org/en/download/)
88

99
## Local Installation Instructions
@@ -17,15 +17,13 @@ There are a couple of ways to run this project depending on if you have a .NET I
1717
- Windows `New-Item -ItemType Directory -Force -Path .\SgfDevs\umbraco\Data; New-Item -ItemType File -Force -Path .\SgfDevs\umbraco\Data\Umbraco.sqlite.db`
1818

1919
#### CLI Tools
20-
- Copy `.env.example` to `.env`
2120
- Navigate to the SgfDevs project folder `cd SgfDevs`
22-
- User the `dotnet user-secrets` command to set your connection string
21+
- Use the `dotnet user-secrets` command to set your connection string
2322
- `dotnet user-secrets set "ConnectionStrings:umbracoDbDSN" "Data Source=|DataDirectory|/Umbraco.sqlite.db;Cache=Shared;Foreign Keys=True;Pooling=True;Default Timeout=60"`
2423
- `dotnet run`
2524
- Open the URL that's printed in the console in your browser
2625

2726
#### .NET IDE e.g. Rider or Visual Studio (Windows)
28-
- Copy `.env.example` to `.env`
2927
- Update your .NET User Secrets with a connection string
3028
- Most IDEs have a shortcut to navigate to this file
3129
- Reference `appsettings.json` for an example of the `ConnectionStrings` object

SgfDevs.slnx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
<Solution>
22
<Folder Name="/Solution Items/">
33
<File Path=".editorconfig" />
4-
<File Path=".env" />
5-
<File Path=".env.example" />
64
<File Path=".gitignore" />
7-
<File Path="docker-compose.yml" />
85
<File Path="Dockerfile" />
96
<File Path="README.md" />
107
</Folder>

SgfDevs/SgfDevs.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,5 @@
3535
<PropertyGroup>
3636
<UserSecretsId>07f9a230-462a-4700-abd3-ae6f73067aaf</UserSecretsId>
3737
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
38-
<DockerComposeProjectPath>..\docker-compose.dcproj</DockerComposeProjectPath>
3938
</PropertyGroup>
4039
</Project>

caddy/Development/Caddyfile

Lines changed: 0 additions & 3 deletions
This file was deleted.

caddy/Production/Caddyfile

Lines changed: 0 additions & 7 deletions
This file was deleted.

caddy/Staging/Caddyfile

Lines changed: 0 additions & 3 deletions
This file was deleted.

docker-compose.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)