Search found 12 matches
- Fri Sep 27, 2024 3:54 pm
- Forum: Evernode Tutorials & Ideas
- Topic: Evernode Decentralized Personal/Institutional Backup Service
- Replies: 2
- Views: 14891
Re: Evernode Decentralized Personal/Institutional Backup Service
A starting point here would be to have GPG encryption done on client side, that way the files are safely stored on evernode without risking getting compromised !
- Wed Sep 11, 2024 12:20 am
- Forum: Evernode Developing
- Topic: Debug deployments on your evernode node
- Replies: 0
- Views: 5903
Debug deployments on your evernode node
You can debug deployments on your own evernode node by doing following: Log into your node (ssh) #1: Write sudo sashi list to get a list of your tenants. #2: After that, write sudo -H -u <user> bash to log in as a tenant (remember to take the username from the list) #3: write docker logs <instance n...
- Sun Sep 01, 2024 11:49 pm
- Forum: Evernode Developing
- Topic: Got problems with evdevkit + windows?
- Replies: 0
- Views: 5835
Got problems with evdevkit + windows?
This might help you:
Go to your startmenu, write powershell, rightclick on it and open it as admin, then write "Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine" and hit enter. This will allow your computer to work with scripts, in this case the evernode development kit.
Go to your startmenu, write powershell, rightclick on it and open it as admin, then write "Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine" and hit enter. This will allow your computer to work with scripts, in this case the evernode development kit.
- Wed Aug 28, 2024 3:17 pm
- Forum: Evernode Tutorials & Ideas
- Topic: Evernode PWA APP
- Replies: 4
- Views: 15006
Re: Evernode PWA APP
This is exactly possible, there's about 60 000 instances available for rent right now, and you can use a load balancer to direct traffic towards an other node if one is down. You can also use simple multiple A record solutions or other dns solutions to solve this issue :) It's important to treat eve...
- Sun Aug 25, 2024 6:38 pm
- Forum: Evernode Tutorials & Ideas
- Topic: The SSL Problem and a simple Solution
- Replies: 2
- Views: 10348
Re: The SSL Problem and a simple Solution
But then we're relying on cloudflare, increasing the overall centralization of the internet! Not sure if that is what we want?
I agree though, politics aside, cloudflare is a very smooth solution to this problem!
- Sun Aug 25, 2024 4:47 pm
- Forum: Evernode Developing
- Topic: PWA Apps
- Replies: 2
- Views: 10557
Re: PWA Apps
The vision is becoming a reality!
https://evernode.forum/viewtopic.php?p=68#p68

https://evernode.forum/viewtopic.php?p=68#p68
- Sat Aug 24, 2024 3:42 pm
- Forum: Hosting An Evernode
- Topic: Evernode Custom SSL Certificate
- Replies: 0
- Views: 4291
Evernode Custom SSL Certificate
I've been looking into how to use SSL certificate from an other location for evernode nodes. If you for example have a web server that letsencrypt is generating a ssl certificate for and want to use the same certificate as a website, then you can use following: sudo evernode applyssl /etc/letsencryp...
- Thu Aug 15, 2024 7:28 pm
- Forum: Hosting An Evernode
- Topic: Xahau Nodes
- Replies: 3
- Views: 10761
Re: Xahau Nodes
Hi, how do I edit a nano file update.sh where to insert and how to change and save the file update=2024.8.14-release+946 ? To edit, write "nano update.sh" and hit enter, (after first getting the file with the wget command), once you have done this you've opened the update.sh file with a t...
- Wed Jul 31, 2024 6:21 pm
- Forum: Evernode Showcase
- Topic: RoadRush App
- Replies: 3
- Views: 9931
Re: RoadRush App
They have updated their demo-video, seems like this project continue growing 
https://www.youtube.com/watch?v=pqJnunOgRoE

https://www.youtube.com/watch?v=pqJnunOgRoE
- Wed Jul 31, 2024 6:08 pm
- Forum: Evernode Developing
- Topic: PWA Apps
- Replies: 2
- Views: 10557
PWA Apps
I'm very much interested in PWA apps running on evernode. PWA apps are in my opinion the next generation of apps, as they are allowing phone users to install apps without using apple store or google play store. A great opportunity for evernode to take with storm, as the monopolitical structure of ap...