8000 GitHub - r33drichards/lucksacks
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

r33drichards/lucksacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Development

Launching Local Development Server

launch development server with:

docker-compose up -d

create tunnel for slack

 nix shell nixpkgs#cloudflared -c cloudflared tunnel --url http://localhost:3333  

navigate to your app management dashboard on slack, and slack the bot application that is being developed.

under the Features sidebar, there is a menu option called Slash Commands. Select that menu option for a list of Slash commands for that current bot.

Edit the command that is being developed to use the ngrok url, from our screenshot it is: https://3475afdd4195.ngrok.io. Note that our web server serves slash commands under the path /slash.

slack slash command menu

save your changes and test your command in slack

rebuild webserver

docker-compose up --build -d app

webserver logs

docker-compose logs -tf app

restart ngrok

docker-compose restart ngrok

k8s deployment

      yes y | flux bootstrap git \
        --url=ssh://git@github.com/r33drichards/lucksacks.git \
        --branch=main \
        --path=charts \
        --namespace=default \
        --private-key-file=/Users/robertwendt/.ssh/id_ed25519 

create secret from .env file

# delete if it already exists
kubectl delete secret lucksacks-secret

# create secret from .env file
kubectl create secret generic lucksacks-secret --from-env-file=.env

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0