TGTGInsighttelegram intelligenceLIVE / telegram public index
← GitHub Trends

TGINSIGHT SIMILAR POSTS

Find similar content

Source channel @githubtrending · Post #15479 · Feb 8

#shell#automation#docker#hacktoberfest#home#iot Home Assistant apps extend your smart home setup with tools like MQTT brokers, MariaDB databases, Duck DNS for secure remote access, file editors, Samba sharing, Zigbee/Z-Wave controllers, and more, all installed easily via the frontend. This benefits you by unifying device control in one app for powerful local automations, better privacy without cloud reliance, no subscriptions, and flexibility across brands—simplifying management even if internet fails. https://github.com/home-assistant/addons

Results

10 similar posts found

djangoproject

@djangoproject · Post #250 · 02/02/2017, 06:03 PM

Django Q on Windows We're developing with Django Q and Mac OS and it runs on our Linux Servers. Now we hired external developers which work on Windows machines and we discovered that Django Q is not working on Windows due to missing fork implementation. Does anyone use Django Q on Windows? answer: Use #Docker with local windows code directory mounted inside container, run the docker container interactively and forward a port 8000 to host machine, then run migrations, test server and other stuff inside the container.

Hashtags

djangoproject

@djangoproject · Post #233 · 01/18/2017, 05:09 PM

http://www.aparat.com/v/4RZGY Django for #IOT: From Hackathon to Production by Anna Schneider It’s Friday night of hackathon weekend. The latest snazzy Internet-connected thingy is sitting on the table next to your beverage of choice, the device’s #API docs are open in a browser tab, and your fingers are itching to write some Django. What’s the fastest way to get started? And next month when you come back to it, what will you want to upgrade?

Hashtags

FOSS Post

@fosspost · Post #527 · 10/03/2020, 06:09 AM

DigitalOcean accepts criticism and switches its #Hacktoberfest to be opt-in: https://github.com/digitalocean/hacktoberfest/pull/596

Mirraの杂货铺 | Link to World!

@NekoMirra · Post #1600 · 02/04/2026, 05:38 AM

记录一下 Docker默认安装到C盘,由于众所周知的原因,需要更改Docker的安装位置 Docker for Windows 安装到其他盘教程 1. https://www.docker.com/ 下载安装exe 2. 在下载目录打开Cmd "Docker Desktop Installer.exe" install --installation-dir="D:\Docker" 3.完成后续安装 4.还需要在Docker设置中更改储存路径为D盘(可以为安装目录的一个子目录)(请以管理员身份运行) 注意: 1.需要提前建好文件夹,否则会报错 2.Docker不允许更改已有安装位置,若已安装Docker请先卸载再执行,注意备份 #Docker

Hashtags

The Devs

@thedevs · Post #2010 · 11/09/2022, 10:43 AM

Shell script best practices. #article#shell @thedevs https://thedevs.link/YFwReN

Libreware

@libreware · Post #1083 · 05/04/2022, 09:32 AM

Project Alice Project Alice is a smart #voice home #assistant that is completely modular and extensible. It was first built around Snips therefore runs entirely offline and never sends or shares your voice interactions with anyone, Project Alice guarantees your privacy in your home or wherever you’re using Project Alice. However, as an option, since we've built Project Alice on top of Snips, Project Alice can be configured to use some online alternatives and fall backs (for example, using Amazon or Google’s Text to Speech engines), just like Snips. Since Snips (and the Project Alice team) strongly believe that decisions about your privacy should be made by you and you alone, these options are all disabled by default. https://github.com/project-alice-assistant/ProjectAlice Comments https://news.ycombinator.com/item?id=31227488 #voice#assistant#home

djangoproject

@djangoproject · Post #476 · 10/30/2017, 11:37 AM

https://gist.github.com/Yogendra0Sharma/5aa96ebfd0854623a5451c53672088d5 Guide on how to create and set up a Dockerized web app using #Django REST APIs and #React #docker