Skip to content

Kron-x/web_go

Repository files navigation

My web-server with monitoring tools:

  1. Web application: goserv.duckdns.org
  2. Active ports:
    • Prometeus: 9090
    • Grafana: 3000
    • Alertmanager: 9093

Starting

Pre-install

  • git
  • python
  • ansible (apt install ansible)

Steps

  1. git clone git@github.com:Kron-x/web_go
  2. cd web_go/ansible/
  3. Add secrets in ansible/roles/app/defaults/main.yaml
    • echo -e "\ntelegram_bot_token: your_bot_token" >> roles/app_local/defaults/main.yaml
    • echo -e "\ntelegram_chat_id: your_chat_id" >> roles/app_local/defaults/main.yaml
      (replace your_bot_token and your_chat_id)
  4. ansible-playbook playbook.yaml -e "target=localhost"

About

new try my web by golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published