Skip to content
View akama-aka's full-sized avatar
:shipit:
"Goodbye Secure Programming and hello to all the Zero Days" ~ UwU Underground
:shipit:
"Goodbye Secure Programming and hello to all the Zero Days" ~ UwU Underground

Organizations

@BSEvita @akami-solutions

Block or report akama-aka

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
akama-aka/README.md

idk who cares?

Pinned Loading

  1. cdn-cgi cdn-cgi Public

    Official Aki CDN Public avail. Source Code.

    JavaScript 1 1

  2. Firewalld nftables CloudFlare IP Whi... Firewalld nftables CloudFlare IP Whitelisting
    1
    #!/usr/bin/env sh
    2
    
                  
    3
    ## Check if script is running as Administrator
    4
    if [[ $EUID -ne 0 ]]; then
    5
       echo "This script needs to be run as Administrator!"
  3. akami-solutions-helper-revolt akami-solutions-helper-revolt Public

    A Revolt Bot for the Akami Solutions Revolt Server

    JavaScript

  4. NodeJS Redi Cache Connector NodeJS Redi Cache Connector
    1
    const Redis = require("ioredis");
    2
    const crypto = require("node:crypto");
    3
    
                  
    4
    try {
    5
      redisClient = new Redis({
  5. Database Connector for pg for NodeJS... Database Connector for pg for NodeJS Projects
    1
    const { Pool } = require("pg");
    2
    const pool = new Pool({
    3
      host: process.env.DB_HOST,
    4
      user: process.env.DB_USERNAME,
    5
      password: process.env.DB_PASSWORD,
  6. akami-solutions/.github akami-solutions/.github Public