Stiluri si Componente
Pagina de referinta pentru toate elementele folosite in NeoHost Wiki: callouts, imagini, cod, tabele si layout.
Callouts
Info
Info: foloseste pentru context sau explicatii auxiliare.
Security
Security: foloseste pentru politici de acces si control.
Warning
Warning: foloseste pentru riscuri operationale.
Notice
Notice: foloseste pentru bune practici si reminders.
Frame Imagine
Previzualizare: frame tip macOS pentru imagini sau terminal.
Ferestre Cod
sudo apt-get update
sudo apt-get install -y nginx
systemctl enable --now nginx#cloud-config
package_update: true
packages:
- fail2ban
- ufw
runcmd:
- ufw default deny incoming
- ufw allow 22/tcp
- ufw enableserver {
listen 80;
server_name docs.neohost.ro;
location / {
proxy_pass http://127.0.0.1:3000;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
}protocol bgp upstream {
local as 65012;
neighbor 192.0.2.1 as 64515;
import all;
export filter {
if net.len <= 24 then accept;
reject;
};
}/routing bgp template add name=neohost-ebgp as=65012
/routing bgp connection add name=ixp-1 template=neohost-ebgp remote.address=192.0.2.1 remote.as=64515Inline code
Folosește btop pentru display activity manager.
Liste
- Element lista #1
- Element lista #2
- Element lista #3
Tabel
| Produs | Scop | SLA |
|---|---|---|
| neo_VPS™ | VPS Compute | 99.95% |
| neo_Web™ | Hosting web + API | 99.9% |
| neo_Game™ | Hosting jocuri | 99.9% |
Linkuri
Viziteaza neohost.ro (opens in a new tab) pentru pagina principala si Status (opens in a new tab) pentru starea platformei.