profile
viewpoint

alex-taxiera/eris-boiler 18

A Discord Bot boilerplate using JavaScript and the Eris library

alex-taxiera/PianoMan 5

Music bot with recommendation system for Discord in NodeJS using Discordie

alex-taxiera/ParagonDiscordClient 2

A Discord Rich Presence Client so you can still play Epic Games' Paragon.

alex-taxiera/ParagoneAPI 1

Partial fan implementation of Epic Games' shuttered MOBA Paragon.

alex-taxiera/api-dtsgen 0

d.ts generator for OAS3

alex-taxiera/apii-app 0

This is the one and only repository.

alex-taxiera/Auto-Voice-Channels 0

A Discord bot that automatically creates voice channels as they are needed.

push eventalex-taxiera/personal-server-config

Alex Taxiera

commit sha 943a0b0305a041b362be44acbe4e3ac4b89bed3b

updates

view details

push time in 4 hours

issue commentServerContainers/samba

swarm mode not supported

I'm currently using this container on a swarm node and it works fine.

here is my compose file (most of it anyway)

version: '3.7'

services:
  smbd:
    image: ghcr.io/servercontainers/samba
    hostname: samba
    deploy:
      replicas: 1
    environment:
      SAMBA_CONF_MAP_TO_GUEST: never
      SAMBA_GLOBAL_CONFIG_unix_SPACE_extensions: 'no'

      SAMBA_VOLUME_CONFIG_ADMIN: '[Admin]; path=/mnt/md0; read only = no; valid users = alex, debbie; admin users = alex, debbie;'
      SAMBA_VOLUME_CONFIG_PUBLIC: '[Public]; path=/mnt/md0/samba/public; read only = yes; valid users = debbie, fig, alex; admin users = alex; follow symlinks = yes; wide links = yes'
    ports:
      - target: 137
        published: 137
        mode: host
        protocol: udp
      - target: 138
        published: 138
        mode: host
        protocol: udp
      - target: 139
        published: 139
        mode: host
      - target: 445
        published: 445
        mode: host
    volumes:
      - /mnt/md0:/mnt/md0
      - /mnt/md0/samba/public:/mnt/md0/samba/public
    cap_add:
      - CAP_NET_ADMIN
svenczbg

comment created time in 8 hours

startedLuctia/ezarr

started time in 4 days

push eventalex-taxiera/ImageTagBot

Alex Taxiera

commit sha ff5bf9f70e6be4be004c3dc93629f757d0bc114e

use safe config things

view details

push time in 17 days

push eventalex-taxiera/ImageTagBot

Alex Taxiera

commit sha 0f1b9488ec63d7ec38e7c232f30ac9ab629d3b1a

get correct old data

view details

Alex Taxiera

commit sha a7741365889b2782e3929c7d54b1c34d636e21a7

get correct new data in tsv format

view details

push time in 17 days

push eventalex-taxiera/ImageTagBot

Alex Taxiera

commit sha 6d072486d5692f7f99037178d074d807e13f3c94

bail out of the prisma stuff

view details

push time in 17 days

push eventalex-taxiera/ImageTagBot

Alex Taxiera

commit sha 25d57a26210d1246bc4f35f3810f163815b3ac9e

try with all the prisma artifacts

view details

push time in 17 days

push eventalex-taxiera/ImageTagBot

Alex Taxiera

commit sha 296f192d4a29f19fe43b06b57f2b8f3eb0c9a4fd

fix script

view details

push time in 17 days

push eventalex-taxiera/ImageTagBot

Alex Taxiera

commit sha eaebf007c2d705b160e4d4d48eec89921abd1e1f

migrate to new backend

view details

Alex Taxiera

commit sha 9aa8d320a201c6fa81f66d7b2e7da00fe13644e5

run migrations in prod

view details

push time in 17 days

push eventalex-taxiera/simple-file-server

Alex Taxiera

commit sha b6f31babb7f84f24bce8ed6374f15a4fc709d1bb

update for port 80

view details

push time in 17 days

fork alex-taxiera/simple-file-server

Simple HTTP file server. POST and GET uploaded files with storage. Useful for low scale file needs and mocking

fork in 17 days

push eventalex-taxiera/ImageTagBot

Alex Taxiera

commit sha 8d0e1047c6c239991ee4c6f0f7ad177233f5c18b

add more logs

view details

push time in 17 days

push eventalex-taxiera/ImageTagBot

Alex Taxiera

commit sha 1ecdae5033d7bfe5b7a357c49994e701264fb72e

add debug for get tag

view details

push time in 17 days

push eventalex-taxiera/ImageTagBot

Alex Taxiera

commit sha 634d31146401df0c1481e45bc78ce0a2cf0f6bed

add logger

view details

push time in 18 days

pull request commentalex-taxiera/eslint-config

Updated deps & Added package updating scripts

@oshinowo-stephen have you verified that the configs work at all with the new dependencies? I haven't verified any of these plugins on eslint 8

oshinowo-stephen

comment created time in a month

push eventalex-taxiera/eris-boiler

Alex Taxiera

commit sha 6f1b671939fa3cd1d501d29b72da76f888c9d076

enforce permissions on TLCs

view details

Alex Taxiera

commit sha 4bfdf2e3781b3d344da09b9595a1393a99bc82d5

add oceanic wrapper

view details

push time in 2 months

push eventalex-taxiera/eris-boiler

Alex Taxiera

commit sha 627063e5a7a8618bb5a9f7db2a696a39a1735831

add vscode settings

view details

push time in 2 months

push eventalex-taxiera/eris-boiler

Alex Taxiera

commit sha 1db8b77655e54afcf5f19e7adb4c9c119e166e54

update styles

view details

push time in 2 months

push eventalex-taxiera/ImageTagBot

Alex Taxiera

commit sha f4f53d23b5ee1382c1ac6aa450f0bf16c985eff2

fix remove and update autocomplete

view details

push time in 2 months

push eventalex-taxiera/ImageTagBot

Alex Taxiera

commit sha 8ea9cdd2907983606b37562b3ab4a5925f5dfb0c

update tag owner permissions

view details

push time in 2 months

created tagalex-taxiera/eris-boiler

tag@hephaestus/eris@1.0.0-alpha.23

A Discord Bot boilerplate using JavaScript and the Eris library

created time in 2 months

created tagalex-taxiera/eris-boiler

tag@hephaestus/core@1.0.0-alpha.17

A Discord Bot boilerplate using JavaScript and the Eris library

created time in 2 months

push eventalex-taxiera/eris-boiler

Alex Taxiera

commit sha cf7cd21bb6bc56680156d4faf0415fe4cfc78bd5

chore: Publish new release - @hephaestus/core@1.0.0-alpha.17 - @hephaestus/eris@1.0.0-alpha.23

view details

push time in 2 months

push eventalex-taxiera/eris-boiler

Alex Taxiera

commit sha a97d1d83619a5821cd7b49c43bf6070e261d04ce

fix auto complete options

view details

Alex Taxiera

commit sha ded7295bd745696d6576a5a1ea0721e34d15df18

update middlewares and permissions to get the options map

view details

push time in 2 months

push eventalex-taxiera/ImageTagBot

Alex Taxiera

commit sha 720e78fb33a4a8baffe1baa3a645c8faba13d201

update publish command

view details

Alex Taxiera

commit sha 2ca18bbfabbc7dc65f55febe01057f2dda73e522

add logs

view details

push time in 2 months

push eventalex-taxiera/ImageTagBot

Alex Taxiera

commit sha 836a6a33a84811a7ccac7f4ca7e4a473d23ff328

remove hard coded guild ID

view details

push time in 2 months

push eventalex-taxiera/ImageTagBot

Alex Taxiera

commit sha c9444dc52047e595aa0a1e1ecacde31c9f038505

only copy production config

view details

push time in 2 months

push eventalex-taxiera/ImageTagBot

Alex Taxiera

commit sha 9cc0e1fb1d76b9f52f3f23ad6d760530e34130bd

fix docker file

view details

push time in 2 months

push eventalex-taxiera/ImageTagBot

Alex Taxiera

commit sha ebbf194b8bd1aa77bab04c4cda06436d9d4fe007

copy over the generated prisma client

view details

push time in 2 months

push eventalex-taxiera/ImageTagBot

Alex Taxiera

commit sha 97f105d3012ee0b9f1ea1392d5290e5a859e5422

trying esm happy prisma imports

view details

push time in 2 months

more