https://linen.dev logo
Join Discord
Powered by
# general
  • h

    Hannsr

    12/23/2022, 11:57 AM
    I can't seem to find it: Does Coder log (failed) login attempts somewhere?
  • c

    colin (rust enthusiast)

    12/23/2022, 8:01 PM
    we have http request logs that include the response but i don't think we specifically log the username that attempted login
  • h

    Hannsr

    12/23/2022, 8:03 PM
    I don't mind usernames, but I was thinking of fail2ban as an extra layer.
  • c

    colin (rust enthusiast)

    12/23/2022, 8:07 PM
    yeah i think you should be able to use fail2ban with the current http logs
  • d

    Dean

    12/23/2022, 10:45 PM
    we log path and response code and IP I believe, so you should be able to parse failed attempts using that info
  • m

    melt

    12/24/2022, 9:51 AM
    For internet-facing service I recommend configuring fail2ban to auto-perm-ban IP on all ports after any 5 unsuccessful attempts. Slam the door on the attacker as soon as possible.
  • d

    Deleted User

    12/24/2022, 10:10 AM
    or protect service via authelia, Azure AppProxy or similar and setup passwordless access with an yukibey
  • a

    Atif

    12/24/2022, 6:58 PM
    Can coder use a docker swarm to deploy the workspaces?
  • a

    ardit

    12/26/2022, 4:31 PM
    anyone here good with php and xampp?
  • a

    ardit

    12/26/2022, 4:31 PM
    need help pls dm me
  • c

    Codercord

    12/26/2022, 6:23 PM
    This is the wrong server, you are looking at the discord server, which is a product that lets you use remote machines as development environments. you can ask in discord.gg/programming (@ardit)
  • f

    Fruit Flan

    12/27/2022, 11:03 AM
    anyone know of a simple template that just gives me a linux container i can use a terminal and install something?
  • f

    Fruit Flan

    12/27/2022, 11:04 AM
    oh wait i can just use the docker template right?
  • f

    Fruit Flan

    12/27/2022, 11:07 AM
    yh that makes sense, i just need to populate the startup_script
  • f

    Fruit Flan

    12/27/2022, 11:15 AM
    i see
  • v

    Vrolok

    12/27/2022, 11:32 AM
    Hey everyone
  • v

    Vrolok

    12/27/2022, 11:32 AM
    Is there a way to get prices for coder enterprise rather than submitting a request and contacts sales via email ?
  • f

    Fruit Flan

    12/28/2022, 10:28 AM
    quick question how do i find the location of my workspace's container? I wanna add files to it
  • p

    Phorcys

    12/28/2022, 1:07 PM
    you don't
  • p

    Phorcys

    12/28/2022, 1:07 PM
    you need to define a docker volume for a specific folder in the container
  • f

    Fruit Flan

    12/28/2022, 1:10 PM
    you say that but i used docker cp to slap a file in there
  • f

    Fruit Flan

    12/28/2022, 1:10 PM
    but your method is easier in the long run
  • p

    Phorcys

    12/28/2022, 1:12 PM
    well it'll be gone afterwards
  • p

    Phorcys

    12/28/2022, 1:12 PM
    you can just use sftp anyways
  • f

    Fruit Flan

    12/28/2022, 1:18 PM
    thats true, i dont need it to be permanent anyway, just some test files for my app
  • f

    Fruit Flan

    12/29/2022, 10:24 AM
    hmm i think i'll remake my workspace with a folder as a docker volume. once i can be bothered and figure out
  • f

    Fruit Flan

    12/29/2022, 10:36 AM
    oh i got it
  • f

    Fruit Flan

    12/29/2022, 10:42 AM
    im gonna do what my dad used to call RTFM
  • p

    Phorcys

    12/29/2022, 10:42 AM
    you can ask in #1006346052317753414 if you need anything
  • f

    Fruit Flan

    12/29/2022, 10:43 AM
    well do
1...424344...96Latest