Skip to content

Samba Setup

BangingHeads edited this page Oct 25, 2022 · 2 revisions

Samba will be used to copy all the events into a remote server under the events/{year}/ folder.

This is used to copy downloaded files to the remote Universe CommunityDragon server.

If you do not do this setup all downloads will download to the events folder locally.

Environment Setup:

You will need to copy .env.example to .env and edit the following variables.

SAMBA_URL - The URL of your server & path
SAMBA_USERNAME - Login Username
SAMBA_PASSWORD - Login Password

An example .env file:

SAMBA_URL=//universe.communitydragon.org/root
SAMBA_USERNAME=ray
SAMBA_PASSWORD=R3411Y53CUR3P455W0RD!
Clone this wiki locally