ProgramPhoenix

joined 1 year ago
MODERATOR OF
 

On my search i found SQLPad, but its a legacy project in maintenance mode, so you may know something better? (An container with both Database System and integraded Webgui would also work, as long its an classic sql language - but i don't know if something like this even exists besides phpmyadmin desktop version - and while writing this i noticed that there exist also a container for this one ๐Ÿ˜‚ - but you may know a insider tip?)

[โ€“] ProgramPhoenix 2 points 1 year ago

it should only be a personal state of the art preview thing. a complete ci/cd would may be a overkill

[โ€“] ProgramPhoenix 1 points 1 year ago

Update: i solved the problem by using hostnames, inside the nginx container you can use the name of the other container as hostname and it will be resolved automatically

[โ€“] ProgramPhoenix 2 points 1 year ago (2 children)

they are all connected to a internal docker network. The ip only matters to my nginx container, which is the only container connected through port bindings. I run on creation something like this: docker run -d --network nginx-bridge --ip 172.172.0.140 ---name main node:latest /project/startup.sh but portainer calls on recreation this: docker run -d --network nginx-bridge ---name main node:latest /project/startup.sh

 

So I have a project I'm working on with some friends on Github. I want automatically restart/recreate (shoudn't matter which of both) the container when someone pushs or merges on github. There for i use the portainer recreation webhook, which automatically deletes, pulls the image and recreates the container. The problem is, that the static ip i gave the container on creation is not adopted to the new container (normaly it should, there also exists an issue on their github project, which describes my problem). The only workaround i found is downgrading. I need the static ip for a nginx reverse proxy, which also runs in a container, connected to the same network. Do you know of any alternatives to the portainer recreation webhook, as a restart of the container would be suffice? Or how to handle shuffling ips in a nginx container?

[โ€“] ProgramPhoenix 1 points 1 year ago

Sounds good from my point of view. I tried something slightly different with my nextcloud, but it failed. (It could have been due to nextcloud)

[โ€“] ProgramPhoenix 1 points 1 year ago (1 children)

I meant, if I buy a domain like sonarr.dev and let it be public under this address. Let's say just for my personal use. Could there raise problems if people see it and report it? Because if I understand it right these tools are to download things (movies/series) via torrent. Or should I just better run it in a local network?

[โ€“] ProgramPhoenix 2 points 1 year ago (4 children)

Are they legal to use? Or ist it just a problem if u host it public on the Internet?

[โ€“] ProgramPhoenix 1 points 1 year ago (2 children)

How do you deal with inconsistencies while syncing or can't they appear? I just used Plex a while and it didnt worked well for me.

[โ€“] ProgramPhoenix 1 points 1 year ago (1 children)

btw. thanks for the example

[โ€“] ProgramPhoenix 1 points 1 year ago

i guess everything is much more expressive than brainfuck :D. But it reminded me of it when i first saw it

[โ€“] ProgramPhoenix 1 points 1 year ago (1 children)

i'd like to mod the docker community

 

Mine are so far:

  • Nextcloud
  • poste.io
  • portainer
  • founryvtt
  • and some gameserver:
    • Minecraft
    • Avorion
    • Satisfactory
    • Factorio
[โ€“] ProgramPhoenix 1 points 1 year ago

OK i see now how it works. The page could may contain an example for loops resp. jumps.

[โ€“] ProgramPhoenix 1 points 1 year ago* (last edited 1 year ago) (5 children)

Sounds like brainfuck with some extra arithmetic operations, but are there better loops?

view more: next โ€บ