How to request operations config change: Difference between revisions
From Nasqueron Agora
No edit summary |
mNo edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
{{Call for action | {{Call for action | ||
|link=http://devcentral.nasqueron.org/maniphest/task/edit/form/1/? | |link=http://devcentral.nasqueron.org/maniphest/task/edit/form/1/?projects=Server | ||
|text=Create servers task | |text=Create servers task | ||
}} | }} | ||
== FAQ == | == FAQ == | ||
Line 33: | Line 32: | ||
* add a feature to our bots infrastructure | * add a feature to our bots infrastructure | ||
* add a specialized application to handle requests | * add a specialized application to handle requests | ||
[[Category:Reference]] |
Latest revision as of 23:03, 31 October 2024
If you need something done on a Nasqueron server, you need to request to operations volunteers a config change.
To do that, create a task on https://devcentral.nasqueron.org/ and add it to the Servers project.
FAQ
How to request a SSH key to be added to an account?
Use this specialized form.
How to report a server outage?
Use this specialized form.
How to quickly fill a task without visiting the web page?
You can use `arc`, the Phabricator CLI client.
https://devcentral.nasqueron.org/P162 is a script to:
- create a new task in the Projects server
- print the URL to the console
I frequently need the same thing
That means we need to automate the process, and allow you to trigger it.
To achieve that, we could for example:
- add a console command
- add a feature to our bots infrastructure
- add a specialized application to handle requests