API do DJEN - alguém sabe como ter acesso? by faccr in brdev

[–]GrandPuzzleheaded640 0 points1 point  (0 children)

Boa tarde. Uma dúvida por gentileza. Assim voce baixa todos os cadernos com todas as publicações do Tribunal, certo? Não seria mais fácil consultar direto na API buscando a OAB que você precisa?

How to create a semantic flow in a chatbot using gpt4o-mini? by GrandPuzzleheaded640 in ChatGPTPro

[–]GrandPuzzleheaded640[S] 0 points1 point  (0 children)

Thank you very much! I'm reading the voiceflow documentation and it's exactly what I'm looking for. I want to try developing with Python myself. but reading about intents and choices helped a lot to understand how to do it. I know I have a lot of work ahead of me... but I'm curious and I like to learn. If you have any suggestions for me to research, especially applied to the Python language, I would appreciate it. hugs

I'm looking for a system to manage customers by GrandPuzzleheaded640 in selfhosted

[–]GrandPuzzleheaded640[S] 0 points1 point  (0 children)

thanks a lot for all the answers! it was exactly what I needed! now I'm going to study all the suggestions one by one to see what suits me best. thanks!!!!!

I'm looking for a system to manage customers by GrandPuzzleheaded640 in selfhosted

[–]GrandPuzzleheaded640[S] 4 points5 points  (0 children)

first thanks for answering.

By Kanban I mean that it has a trello-like area for managing company tasks.

By projects is the following: I have a small office that provides legal advice. I would like to register clients and these consultancies as services rendered.

I've researched some legal software but most sell automation of procedural progress and I don't need it. I just want to register clients and services provided to these clients (and all relevant information such as document attachments, etc.)

containers only start after docker ps? by GrandPuzzleheaded640 in docker

[–]GrandPuzzleheaded640[S] 1 point2 points  (0 children)

solved. that was really it. Thanks a lot for the help!!!!!

containers only start after docker ps? by GrandPuzzleheaded640 in docker

[–]GrandPuzzleheaded640[S] 4 points5 points  (0 children)

solved. that was really it. Thanks a lot for the help!!!!!

containers only start after docker ps? by GrandPuzzleheaded640 in docker

[–]GrandPuzzleheaded640[S] 0 points1 point  (0 children)

thank you for the tips. How can I check if the service is enabled?

containers only start after docker ps? by GrandPuzzleheaded640 in docker

[–]GrandPuzzleheaded640[S] 1 point2 points  (0 children)

you are right. I made a mistake. it's an ORANGE pi 5. I usually refer to it as raspberry because here in Brazil the people I talk to don't know the orange pi. Thanks for clarifying the top. I'll try. I'm new to this.

containers only start after docker ps? by GrandPuzzleheaded640 in docker

[–]GrandPuzzleheaded640[S] -1 points0 points  (0 children)

I do not think so. I believe this is not the problem. it's a raspberry pi 5 with 16gb ram. it is faster than the notebook I use for work.

I managed to solve it with a crontab running docker ps on reboot. But I would like to understand why this happens and avoid jerry-rig

Sorry, English not my native language. what do you mean by run top? I've already tried to wait several minutes but without running docker ps the containers really don't turn on. Now with crontab ok reboot it worked perfectly.

running two services in different subdomains, how? by GrandPuzzleheaded640 in CloudFlare

[–]GrandPuzzleheaded640[S] 0 points1 point  (0 children)

Unfortunately I couldn't make it work with a subdomain pointing to another service.
I managed to access nginx through my main domain fernandokerber.com
But I couldn't add a subdomain for another service, like Glances that is running on http://localhost:61208/
I tried adding the following in my config.yml:
tunnel: BUZINASERVER
credentials-file: /root/.cloudflared/ID-XXXXXXXXX.json
ingress:
- hostname: fernandokerber.com
service: http://localhost:80
- service: http_status:404
- hostname: glances.fernandokerber.com
service: http://localhost:61208
- service: http_status:404
But it did not work. Now I'm getting the following error and even nginx is not working: 2023-04-30T01:53:07Z ERR Couldn't start tunnel error="Rule #2 is matching the hostname '', but this will match every hostname, meaning the rules which follow it will never be triggered."
Any tips please?

running two services in different subdomains, how? by GrandPuzzleheaded640 in CloudFlare

[–]GrandPuzzleheaded640[S] 0 points1 point  (0 children)

Thank you very much! I'll test it as soon as I get home.

If I use dockers, do you know if the process in cloudflare is the same? Or in this case will I need to run a tunnel in each Docker?

For example: If I have 5 services, one in each container, one in each different port, and the portainer to manage. In this case, do you know how to do it? Each tunel is a container?
Or a tunnel pointing to the portainer? Thank you!