Compare commits
3 Commits
0.0.1-alph
...
0.0.1-oqta
| Author | SHA1 | Date | |
|---|---|---|---|
| f429512a14 | |||
| 933d194e5c | |||
| 162fd61936 |
@@ -19,7 +19,7 @@ jobs:
|
||||
- name: "Dotnet SDK einrichten"
|
||||
uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: "10.0.x"
|
||||
dotnet-version: "9.0.x"
|
||||
- name: "Oqtane Framework restore"
|
||||
run: dotnet restore ./oqtane.framework/Oqtane.slnx --verbosity detailed
|
||||
- name: "Oqtane Framework bauen"
|
||||
|
||||
@@ -2,6 +2,6 @@ Package: alumnihub
|
||||
Architecture: amd64
|
||||
Essential: no
|
||||
Priority: optional
|
||||
Depends: aspnetcore-runtime-10.0,nginx,postgresql-18
|
||||
Depends: aspnetcore-runtime-9.0,nginx,postgresql-18
|
||||
Maintainer: kocoder
|
||||
Description: Our production oqtane setup
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
#!/bin/bash
|
||||
#!/bin/bash
|
||||
adduser --system alumnihub
|
||||
@@ -1,2 +1 @@
|
||||
#!/bin/bash
|
||||
deluser oqtane
|
||||
#!/bin/bash
|
||||
@@ -1,2 +1 @@
|
||||
#!/bin/bash
|
||||
useradd oqtane
|
||||
#!/bin/bash
|
||||
@@ -2,14 +2,14 @@
|
||||
Description=Alumnihub Webservice
|
||||
|
||||
[Service]
|
||||
WorkingDirectory=/opt/oqtane
|
||||
WorkingDirectory=/opt/alumnihub
|
||||
ExecStart=/usr/bin/dotnet /opt/alumnihub/Oqtane.Server.dll
|
||||
Restart=always
|
||||
# Restart service after 10 seconds if the dotnet service crashes:
|
||||
RestartSec=5
|
||||
KillSignal=SIGINT
|
||||
SyslogIdentifier=alumnihub
|
||||
User=oqtane
|
||||
User=alumnihub
|
||||
Environment=ASPNETCORE_ENVIRONMENT=Production
|
||||
Environment=ASPNETCORE_URLS="http://127.0.0.1:5000"
|
||||
Environment=ASPNETCORE_FORWARDEDHEADERS_ENABLED=true
|
||||
|
||||
Submodule oqtane.framework updated: f3175b6b06...6a43bcf458
Reference in New Issue
Block a user