Skip to content
View AleksdemSA's full-sized avatar

Block or report AleksdemSA

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AleksdemSA/README.md

Hi there 👋

I'm Alexey, a Build Engineer. I want to help teams to make software, improve it and get it to users quickly. If any of my notes help you, that's cool. Good luck and 73! ;)

Pinned Loading

  1. calibrebot calibrebot Public

    Telegram bot для Calibre

    Go 4

  2. metabaseDeploy metabaseDeploy Public

    Deploy Metabase in Kubernetes

    Jinja

  3. v2file v2file Public

    Go 1

  4. yggdrasil-exporter yggdrasil-exporter Public

    Exporter for yggdrasil network

    Go

  5. update gitea update gitea
    1
    #!/bin/bash
    2
    
                  
    3
    GITEA_FOLDER='/opt/gitea'
    4
    RELEASE=`curl --silent "https://api.github.com/repos/go-gitea/gitea/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/' | sed -E 's/v//g'`
    5
    
                  
  6. retracker retracker Public

    Simple torrent retracker

    Go