Search found 8 matches

by CoderGeeK
Sat Mar 01, 2025 11:36 pm
Forum: Evernode Developing
Topic: Deploy with your node operators SSL certificates
Replies: 0
Views: 9150

Deploy with your node operators SSL certificates

You can deploy apps with your node operators valid SSL certificates.

They are located in following directories:
/contract/cfg/tlscert.pem
/contract/cfg/tlskey.pem


It took me a bit longer than I would like to admit to figure this out... :lol:
by CoderGeeK
Sat Sep 07, 2024 11:23 pm
Forum: Evernode Bash Smart Contracts
Topic: Reading the Evernode STDIN with Bash
Replies: 0
Views: 5650

Reading the Evernode STDIN with Bash

The hotpocket core is sending standard inputs to the evernode instance in JSON format. With bash, you can fetch it and read it. Here's an example where I fetch the payload and store it in a log file that is on the outside of the contract folder. (/contract/contract_fs/seed) In this particular code I...
by CoderGeeK
Sun Aug 25, 2024 4:30 pm
Forum: Evernode Tutorials & Ideas
Topic: Evernode PWA APP
Replies: 4
Views: 15006

Evernode PWA APP

A PWA App is an application that can be saved to a various set of devices without using traditional app platforms. You can install a PWA app straight to your phone without signing up anywhere. This tutorial is meant to get you started on your PWA app :) 1. Get started with NodeJS by following the 1-...
by CoderGeeK
Sat Aug 24, 2024 10:37 pm
Forum: Evernode Tutorials & Ideas
Topic: Let's Get Something Showing
Replies: 7
Views: 21423

Re: Let's Get Something Showing

let's say I created a website in the selected country, where to take visitors and traffic to the site, so that it would transfer income?Or what is it for , I can rent a vps and deploy a website .Will it not be considered decentralized? This is a cool thing for several reasons: 1. You can take advan...
by CoderGeeK
Sat Aug 24, 2024 10:06 pm
Forum: Evernode Tutorials & Ideas
Topic: The SSL Problem and a simple Solution
Replies: 2
Views: 10348

The SSL Problem and a simple Solution

When hosting applications on evernode instances you can't assume that it comes with a wildcard certificate, and even if it does, you probably can't access it from within the docker container. This is problematic as https is increasingly important. There are probably a lot of solutions to this, but t...
by CoderGeeK
Sat Aug 24, 2024 9:58 pm
Forum: Evernode Tutorials & Ideas
Topic: Let's Get Something Showing
Replies: 7
Views: 21423

Re: Let's Get Something Showing

OK. Moderator, please develop this thread further. What will it give, where to get traffic to the site then for its operation? You will have a website up and running on an evernode instance. The magic here is that you can launch several of these anytime and anywhere. That's truly fascinating! :D
by CoderGeeK
Sat Aug 24, 2024 9:52 pm
Forum: Evernode Tutorials & Ideas
Topic: Let's Get Something Showing
Replies: 7
Views: 21423

Re: Let's Get Something Showing

I just looked into a solution for SSL certificates, I used freedomain.one to create a free domain (developer purposes) and then zerossl.com to generate certificates for it. Of the certificates I placed certificate.crt and private.key into my longrunning folder. After that, I modified my index.js to ...
by CoderGeeK
Sat Aug 24, 2024 6:32 pm
Forum: Evernode Tutorials & Ideas
Topic: Let's Get Something Showing
Replies: 7
Views: 21423

Let's Get Something Showing

This post will explain how you can get something showing on an evernode instance, as a tenant. Originally the idea of Evernode isn't to run webpages like this, but I believe that decentralized hosting with various front-end usecases are the right path forward for decentralized applications. Most dec...