
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
iHave.to is a simple realtime synced memo board which is encrypted using AES.
Features
Author: iHave.to/do was written and designed by Bernhard Behrendt all rights reserved.
Released under MIT License
For creating thumbs and fix image rotations graphicsmagick is required.
OSX
Install graphicsmagick via e.g bower or mac ports
bower install imagemagick
Debian/Ubuntu
Install graphicsmagick via apt-get
sudo apt-get install graphicsmagick imagemagick
Windows
Visit the websites of graphicsmagick and install the windows version of that libraries.
Furthermore you maybe set graphicsmagicks path in $PATH system variable.
iHave.to requires node.js and npm.
npm install ihave.to -g
You now can start application by type in your terminal:
ihaveto Without the dot ;)
You can change the port in server/settings/config.js.
CONFIG Settings
CONFIG = {
PORT: 3000,
PASS_REFERER: '*', // Determine which domain referers are passed to uploaded data
// (* means everything and domain without "http://www." (e.g. mydomain.com)
// means only calls from given domain which is recommended)
ROOT: __dirname + '/../', // The servers root folder
MAX_UPLOAD_SIZE: 16, // Determine the max upload file size in MB
MAX_DAYS_UNUSED: 60, // Determine after how many days a non uses borad/image gets deleted by system
IMG_ROOT: 'upload', // The folder where image uploads are stored in
THUMB_HGT: 128, // The Thumb width (double size fox retina displays)
THUMB_WID: 128, // The Thumb width (double size fox retina displays)
GM_QUALITY: 95, // Set the quality level for image optimisations
RUN_CLEANUP: 21600000, // Means 4 times a day
SSL_KEY: null, // The absolute path to a ssl key file
SSL_CERT: null, // The absolute path to a ssl certificates
SSL_CA: null, // The intermediate CA certificate
SSL_PORT: 4433, // The port which provides SSL
ALLOWED_UPLOAD_FILES: ['image/png', 'image/jpg', 'image/jpeg', 'image/gif'] // The allowed image upload formats
FAQs
Catch ideas. As they come and let them grow with your team in real time
We found that ihave.to demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.