NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

Installing Docker

curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -

sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"

sudo apt-get update

apt-cache policy docker-ce

sudo apt-get install -y docker-ce

sudo systemctl status docker


sudo git clone https://github.com/tinode/chat.git


cd chat
cd docker

docker network create tinode-net


sudo mkdir -p /etc/systemd/system/docker.service.d

sudo nano /etc/systemd/system/docker.service.d/http-proxy.conf

[Service]
Environment="ALL_PROXY=socks5://148.251.225.239:1080/" "NO_PROXY=localhost,127.0.0.1"


sudo systemctl daemon-reload
sudo systemctl restart docker


docker run --name rethinkdb --network tinode-net -d rethinkdb:2.3

docker build --tag=tinode-init-db init-db


base64 <(head -c 16 /dev/random

--env SNOWFLAKE_UID_KEY=base64+encoded+16+bytes=

docker run --rm --name tinode-init-db --network tinode-net tinode-init-db --env SNOWFLAKE_UID_KEY=base64+encoded+16+bytes=

docker build --tag=tinode-srv tinode-server

docker run -p 6060:18080 -d --name tinode-srv --network tinode-net tinode-srv --env SNOWFLAKE_UID_KEY=base64+encoded+16+bytes=


http://localhost:6060/


-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Resetting the data


docker stop tinode-srv


docker run --rm --name tinode-init-db --network tinode-net tinode-init-db --env SNOWFLAKE_UID_KEY=base64+encoded+16+bytes=


docker start tinode-srv
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.