반응형 분류 전체보기224 journey-cloud self-hosted by synology nas 우선 방식은 아래의 방식을 적용 및 부분만 수정을 합니다.https://journey-cloud.github.io/self-hosted-boilerplate/docker-compose-digitalocean/ Deploy using Docker Compose on DigitalOceanWelcome to our tutorial on hosting your Journey Sync Drive using Docker Compose on DigitalOcean. This guide is designed to be easy to follow, with an estimated setup time of just 45 minutes.journey-cloud.github.io docker-compose.yml 내용을 g.. 2024. 5. 27. Could not download and install iOS 17.0 Simulator runtime with Xcode 15.0 ios17 시뮬레이터 설치 안됨 맥북 에어에서 오랜만에 공부를 하려 simulator를 기동하였는데? 계속해서 "download runtime...." 메시지만 나오고 기동되질 않았습니다. 해결방법을 찾던중 아래의 방법을 찾았습니다. 해결책 1터미널에서 아래의 명령어 실행xcodebuild -downloadPlatform iOS 아래에 ios 17.0 Simulator Done. 명령어를 확인할 수 있습니다. 이후 xcode 로 돌아가면 아래의 리스트를 확인하였습니다. 해결책 2다운로드 사이트에 접속하여 https://developer.apple.com/download/all/ 로그인 - Apple idmsa.apple.com로그인을 해야하는 단점이 있습니다. iOS 17.0 simulator.. 2024. 5. 12. [Docker] mysql + phpmyadmin + cache using volume on M1 [Docker] mysql + phpmyadmin + cache using volume 디비 연결등을 위해서 한개 만들어보려합니다. 도커에서 이미지를 만들고 아래에서 2개를 사용하기 때문에 2개 만들었습니다. version: "3.3" services: db: image: mysql:5.7 container_name: db-mysql platform: linux/amd64 # M1에서 에러 나기 때문에 지정 volumes: - mysqlwithphpadmin:/var/lib/mysql restart: on-failure:5 environment: MYSQL_ROOT_PASSWORD: [강력한 암호로 변경하세요] MYSQL_DATABASE: db MYSQL_PASSWORD: [강력한 암호로 변경하세요] T.. 2024. 4. 11. Docker install M1 (macos) 이번에 도커를 M1에 설치 하려합니다. 방법은 직접 홈페이지에서 다운받아서 dmg 파일 설치 방법과 homebrew 설치 방법이 있습니다. 사용자에 편한 방법을 이용하시면 됩니다. 이번에는 dmg 설치 방법으로 나열합니다. Intel chip/ Apple Silicon 선택 https://docs.docker.com/desktop/install/mac-install/ Install Docker Desktop on Mac Install Docker for Mac to get started. This guide covers system requirements, where to download, and instructions on how to install and update. docs.docker.com 아.. 2024. 4. 11. 시놀로지 Docker transmission+ VPN + telegram (갱신 24.04.08) 시놀로지 Transmission + 100% complete send a message to Telegram. 필자는 ExpressVPN을 사용하고 있습니다. 아래의 링크에 설치법과 대략 비슷하게 진행하였습니다. 참고 블로그 : https://blog.naver.com/locusok/223300437185 Transmission openvpn (surfshark) torrent 자동삭제 synology docker 에 transmission 을 설치했다. 기존에 download station 으로 사용하였지만, torrent 에 ... blog.naver.com 자동삭제및 텔레그램 전송용 sh 파일 #!/bin/sh # telegram configuration # SERVER="[port] --auth .. 2024. 4. 8. FlutterFirebaseFirestorePlugin.java uses or overrides a deprecated API. 개인적으로 남기는 글입니다. 아래의 경우를 미리 공지합니다. 1. 높임말은 없는 경우가 있습니다. 2. 영어, 일본어, 베트남어를 공부하고 있습니다. 경우에 따라서 사용됩니다. 3. 보기 거북하다면 뒤로가기 해주세요. - 연습용으로 Firebase Cli를 이용 앱을 한개 구상하고 있습니다. 안드를 기준으로 만든다가 firebase 연결하려하니 제목과 같은 에러가 발생. 해결방법을 나열합니다. 위치 : android > app > build.gradle 1. multiDexEnabled 를 true로 추가 합니다. 2. 아래의 값을 추가합니다. implementation "com.android.support:multidex:2.0.1" 이상입니다. 혹 multidex 의 최신버전을 알고 싶으시다면 아래의.. 2024. 3. 31. 이전 1 2 3 4 5 6 7 ··· 38 다음 반응형