Coder Social home page Coder Social logo

iceflowre / redeclipse-server-docker Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 1.0 321 KB

This provides the source for an easy handling and maintaining Docker image of a Red Eclipse Server. Currently the Docker images are build against the latest commits and will be checked for updates once a day.

Home Page: https://hub.docker.com/r/iceflower/redeclipse-server/

License: MIT License

Go 100.00%

redeclipse-server-docker's Introduction

Iceflower

My Projects

Click to show list!

Check git commits for certain rules, for example the message.

Available as a CLI with git hooks support or optimized for GitHub Actions.

Pack of useful Godot additions to make your life easier!.

Contains multiple plugins like QRCode generation and a license manager!

Message and information relay between IRC and Discord.

Provides the source for an easy handling and maintaining Docker image of a Red Eclipse Server.

Additional with an Go console application which can be run automatically to update the images.

Self created monochrome icons with an enhanced visibility.

Provided in colored and white.

Go client for accessing Wargaming.net Public API.

The API client is generated automatically based on the documentation provided by Wargaming.

My Archived Projects

Click to show list!

Celaria Map Toolkit can convert different map formats of the game Celaria from one into another.

Go DSLPprogramming language license

The Distributed Systems Learning Protocol (DSLP) realizes the transmission of messages over an already established transport connection, in this case TCP.

This is my first "project" in Java, just search primes and save them.

Monitors folders and copies new mp3s to another one..

Available as CLI and gui based on Qt6.

unidown manages downloads and will only download items again when they are newer or not downloaded yet.

It is written with the target to be extended by plugins. unidown itself can only manage the produced data from 3rd party plugins.

Download all available german ebooks from the MobileRead wiki

Noteable Contributions

Click to show list!

Inexor is an open-source project which develops a new 3D octree game engine by combining modern C++ with Vulkan API.

redeclipse-server-docker's People

Contributors

iceflowre avatar theassassin avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

redeclipse-server-docker's Issues

Docker dont accept password over cmd easily

$ docker login -u=iceflower -p="$DOCKER_PASSWORD"
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/travis/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store
Are you sure you want to proceed? [y/N] 
No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself.
Check the details on how to adjust your build configuration on: https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received
The build has been terminated

A fix might be:

"$DOCKER_PASSWORD" | docker login -u=iceflower --password-stdin

Simplify docker login

echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin

And create a script to push it as deploy.
Remember the cache.

Change badge links

https://badges.herokuapp.com/travis/IceflowRE/redeclipse-server-docker?env=BRANCH=stable&label=stable -> https://badges.herokuapp.com/travis.com/IceflowRE/redeclipse-server-docker?env=BRANCH=stable&label=stable

Update readme

  • headline (python updater)
  • docker-compose stop time

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.