Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A fun little utility that lets you upload* files (less than 9kb) to frii.site

ctih1/frii.site-bucket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

frii.site storage

a fun little program that lets you save data onto frii.site TXT records

How to use

  1. Create a base domain on frii.site (e.g "storage")
  2. Create an API key (https://development.frii.site/api/dashboard)

Make sure to select "Any domain" as the target domains, and "List domains" and "Register domains" for the permissions

  1. Create a .env file
  2. Fill in the following:
FRII_KEY=''
BASE_DOMAIN="..."
  1. Run the program and input "d" to download or "u" to upload a file

Important

Make sure to use single quotation marks ('') instead of double quotation marks ("") for FRII_KEY. Because the key starts with "$APIV2=", most systems think that $APIV2 is a variable that is being set. Using single quotation marks solves this issue

Limitations

By default, accounts can only have up to 50 subdomains. This program stores 250 chars of Base64 into every TXT record, so the maximum amount of data per account is roughly 9kb

How it works

Illustration on how the program works

WARNINIG

You can't mass delete domains on frii.site, so it might be a bit difficult to delete your uploaded data! Data on dashboard

About

A fun little utility that lets you upload* files (less than 9kb) to frii.site

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages