zapek/xeres

By zapek

Updated 5 months ago

A Friend-to-Friend, decentralized and secure application for communication and sharing

Image
Networking
0

561

zapek/xeres repository overview

This is the Xeres Friend-to-Friend server as described at https://xeres.io

Supported architectures: X86_64 and ARM64

Here's an example on how to run it with a docker compose:

services:
  xeres:
    image: zapek/xeres:latest
    user: 0:0
    environment:
      - SPRING_PROFILES_ACTIVE=cloud
      - XERES_SERVER_PORT=3333
      - XERES_DATA_DIR=/tmp/xeres
      - XERES_HTTPS=false
      - XERES_CONTROL_PASSWORD=false
      - "JAVA_TOOL_OPTIONS=-Djava.net.preferIPv4Stack=true -Dfile.encoding=UTF-8"
    volumes:
      - xeres-data:/tmp/xeres
    ports:
      - 3333:3333
      - 6232:6232
    mem_limit: 1G
    restart: unless-stopped

volumes:
  xeres-data:

It can then be accessed locally from another Xeres instance running with --remote-connect on port 6232.

Tag summary

Content type

Image

Digest

sha256:7093eef55

Size

224.4 MB

Last updated

5 months ago

docker pull zapek/xeres