Skip to content

envs.net ~ help page#

https://envs.net | environments - since 9/2019

write on matrix #envs:envs.net
for any help requests and community support.

> envs news and blog on pleroma


shell user account features#

  • terminal connection over ssh and mosh
  • 200 process/threads at a time
  • soft 1024mb / hard 1536mb limit on storage
  • e-mail (250mb mailbox storage)

if you need more (mailbox-)storage space for your work then feel free to contact us.

services#

Note

the checkboxes after the service name show you whether it can be used with the shell account or not.

[x] - you can use with your shell account
[-] - no account is required or can be created
[ ] - an account must be created

  • gitea [x] - git with a cup of tea. - lightweight code hosting solution.
    members can be use your email credantials for login. (username@envs.net | your email pw)
    • drone - drone is a container-native, continuous delivery platform.
      (includes a "drone-ssh-runner" and "drone-docker-runner".)

# general utilities#

# social / communications#

  • bbj [x] - forum
  • email [x] - webmail
  • mailing lists [-] - list archives are available on the web here.

  • gopher proxy [x] - defaults to our local gopher: gopher://envs.net
    (on port 70)
  • gemini proxy [x] - defaults to our local gemini: gemini://envs.net
    (on port 1965)

  • getwtxt [ ] - microblogging for hackers - twtxt registry - see twtxt help page for more infos.
  • pleroma [ ] - microblogging - federated social network - what is pleroma?

  • matrix [ ] - secure, decentralised, real-time communication.
    (note: temporary email services are blocked on matrix.envs.net!)
    • matrix-help.envs.net - help & documentation about matrix/element at envs.net
    • element-web - element-web client for matrix. audio- and video calls are also possible in this.
    • hydrogen-web - lightweight matrix client with legacy and mobile browser support.
    • cinny - cinny is a matrix client focusing primarily on simple, elegant and secure interface.

  • irc [-] - irc network for the tildeverse
  • thelounge [x] - irc webclient - runs in private mode: it stays connected for you. run webirc to create a login.
  • znc [ ] - irc bouncer - please contact creme (via matrix or email) to request an account, then log in with your username and email password and configure as needed.

# public dns-server#

host: dns.envs.net
ip: 5.199.130.141
port: 53

dns-over-tls (dot)#

host: dns.envs.net
ip: 5.199.130.141
port: 853
tls_pubkey_pinset: TknTKtNi/lhE270MszuUQlgqk1HnGcUXFAgXSXURD7k= (digest: sha256)

example unbound config (/etc/unbound/unbound.conf)

include-toplevel: "/etc/unbound/unbound.conf.d/*.conf"

server:
  verbosity: 2
  tls-cert-bundle: /etc/ssl/certs/ca-certificates.crt
  interface: 127.0.0.1
  access-control: 127.0.0.0/8 allow

forward-zone:
   name: "."
   forward-tls-upstream: yes

   forward-addr: 5.199.130.141@853#dns.envs.net