Giter Site home page Giter Site logo

fleischsalatinspace / pathfinder-docker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kryptedgaming/pathfinder-docker

0.0 0.0 1.0 5.18 MB

Easy to use docker-compose managed multi-container setup for running pathfinder

License: GNU General Public License v3.0

Dockerfile 5.47% Shell 94.53%

pathfinder-docker's People

Contributors

fleischsalatinspace avatar lord-carlos avatar november781 avatar porowns avatar

Forkers

mschultheiss83

pathfinder-docker's Issues

Pathfinder: dev setup not working resulting in HTTP errorcode 500

i am trying to get the development variant to work:

i want to test this on remote machine with the servername like server.on.host.net

.env.dev


SETUP=True
VERSION=master
SERVER=PRODUCTION
SCHEME=http:\/\/
URL=server.on.host.net ## my servers name looks like server.on.host.net 
MYSQL_USER=root
MYSQL_PASSWORD=somepassword
CCP_SSO_CLIENT_ID=c6e110 # my id
CCP_SSO_SECRET_KEY=EfUm2 # my secret
CHARACTER=
CORPORATION=
ALLIANCE=
UseRedis=True
CronWebUI=FALSE
NAME=Pathfinder
PrivateLIFETIME=60
PrivateMAX_COUNT=3
PrivateMAX_SHARED=10
PrivateMAX_SYSTEMS=50
PrivateLOG_ACTIVITY_ENABLED=1
PrivateLOG_HISTORY_ENABLED=1
PrivateSEND_HISTORY_SLACK_ENABLED=0
PrivateSEND_RALLY_SLACK_ENABLED=1
PrivateSEND_HISTORY_DISCORD_ENABLED=0
PrivateSEND_RALLY_DISCORD_ENABLED=1
PrivateSEND_RALLY_Mail_ENABLED=0
CorpLIFETIME=99999
CorpMAX_COUNT=5
CorpMAX_SHARED=4
CorpMAX_SYSTEMS=100
CorpLOG_ACTIVITY_ENABLED=1
CorpLOG_HISTORY_ENABLED=1
CorpSEND_HISTORY_SLACK_ENABLED=1
CorpSEND_RALLY_SLACK_ENABLED=1
CorpSEND_HISTORY_DISCORD_ENABLED=1
CorpSEND_RALLY_DISCORD_ENABLED=1
CorpSEND_RALLY_Mail_ENABLED=0
AddAdminChar=True
AdminCharID=123456789 ## replaced with my id from https://evewho.com/character/{myID}


Caddyfile-dev

{
    # Global options block. Entirely optional, https is on by default
    # Optional email key for lets encrypt
    email [email protected]
    # Optional staging lets encrypt for testing. Comment out for production.
    acme_ca https://acme-staging-v02.api.letsencrypt.org/directory
    local_certs
    #debug
    admin off
}
## my servers name looks like server.on.host.net 
server.on.host.net {
    reverse_proxy pathfinder:80
    tls internal
    
    log {
	    output file /var/log/access.log
	    format console
    }
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.