API URL http://185.227.135.196:3001/api/v1/messages
API KEY dk_edef4aa245c54235a9044a56615be0ba
API KEY u23883108637b4b0.79151459023f431cb5a1c57796c09432

API URL http://185.227.135.196:3002/api/v1/messages
API KEY dk_5d9ff278479b4b28965800bcbcbc5954
API KEY u23883108637b4b0.79151459023f431cb5a1c57796c09432

API URL http://185.227.135.196:3003/api/v1/messages
API KEY dk_d89564e3dbea4f2d88846563d74873b3

API URL http://185.227.135.196:3004/api/v1/messages
API KEY u936929337d144c9.58bda134162b472694aa11e10e14783c

API URL http://vmi945419.contaboserver.net:3007/api/v1/messages
API KEY u2ddf54352ab942a.b6b7a5284b6944508d087633bc14f96c


googlesheet script https://script.google.com/macros/s/AKfycbzsBZzIyZ_j73K6zuocUDlICqqgUGOMi8dauCm-5tvlWH3Rb4D1kx9JyeQgfvEdVSah/exec

#api #send #whatsapp #wa #onesender
20 MB => 15-30 orang dengan bandwidth 0.6 MB
https://transfer.sh/

Easy file sharing from the command line
# Upload using cURL
$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt https://transfer.sh/corzR4/hello.txt

# Using the shell function
$ transfer hello.txt
##################################################### 100.0% https://transfer.sh/zuNn92/hello.txt


# Upload from web
Drag your files here, or click to browse.

https://tmpfiles.org/

/TMP/FILES
TEMPORARY FILE HOSTING
You can use our API to automate file uploads.

All uploaded files are automatically deleted after 60 minutes.


Method: POST

Params: file=/path/to/test.jpg

URL: https://tmpfiles.org/api/v1/upload


Example with CURL:

curl -F "file=@/Users/myuser/test.jpg" https://tmpfiles.org/api/v1/upload

#file #sharing #upload #video #image #img #command #line #easy #share
Forwarded from Ali
Forwarded from Ali
untuk bikin reverse proxy/setting subdomain
Forwarded from Ali
saya pakai panduan dari sini

https://www.vultr.com/docs/how-to-configure-apache-as-a-reverse-proxy-with-mod-proxy-54152/

 <VirtualHost *:80>

ServerName app.example.com

ProxyPreserveHost On
ProxyPass / http://localhost:3001/
ProxyPassReverse / http://localhost:3001/

</VirtualHost>