Move web server definition to infra #67
No reviewers
Labels
No labels
ambition
application-offering
ambition
configure-applications
ambition
front-end
ambition/install-applications
ambition
security
ambition
switch-host
ambition
update-applications
ambition
user-management
blocked
component
api-service
component
fediversity-panel
component
nixops4
documentation
points
0
points
0.5
points
1
points
13
points
2
points
21
points
3
points
34
points
5
points
55
points
8
points
infinite
productisation
project-management
question
role
application-developer
role
application-operator
role
hosting-provider
role
maintainer
security
technical debt
testing
type
bug
type
deliverable
type
key-result
type
objective
type
task
type
unclear
type
user-story
user experience
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
fediversity/fediversity!67
Loading…
Reference in a new issue
No description provided.
Delete branch "Niols/Fediversity:server-infra"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +41,4 @@services.nginx.virtualHosts."www.fediversity.eu" = {enableACME = true;forceSSL = true;root = "${(import ../../website { }).build}";Actually this doesn't apply any more since wordpress. @bjornw where's the infra code for that btw? It should actually live here, otherwise the next deployment will iron over that config.
Yes, I indeed only moved the configuration, but I didn't try to update it. It had been said that this VM and this infrastructure would still be used for dev documentation, or something like that. I think the Wordpress VM hosting www.fediversity.eu is somewhere else. @bjornw > Can you confirm?
@fricklerhandwerk> What's your preferred way to handle this? Should I just remove everything from the configuration, like the whole
website.nixfile, basically, and make it only a regular VM waiting for a purpose? Should I also remove thewebsite/directory at the root?The WordPress website is run on vm02211. WordPress uses wp-config.php for settings such as the db. The theme we're using is a the default theme "designed" inside of WordPress' editor. I presume the config for this is part of the db. Afaik there is no infra code, deployment was done by Koen. @koen did you add infra code to the repo for the Fediversity website?
@fricklerhandwerk> WDYT, can we merge this in the meantime, as the PR achieves its purpose, namely to move the code from one place to the other while keeping it working just the same, and we can change things later when @koen answers and we know better what to do with vm02117?
Let's just remove the nginx config for the website and wire up the rest later.
Happy with 0cf82bcf4efca209d19bfcc3423476bbb0afe89f?
I think so. Just mentioning @kevin @koen that the OIDF DNS seems to have been running on that and it currently doesn't work. I doubt it should be on that machine managed by Fediversity, and would prefer not to have it so we don't break unrelated things as we do things.
0cf82bcf4ed4e1760c70infra/#31