Commit Graph

280 Commits

Author SHA1 Message Date
84f242184e 🔧 Genericized AirDC++ settings
1. You can now enter your AirDC++ client settings in the settings menu and the UI will read from them
2. Hubs can also be selected for search
2021-11-23 17:26:48 -08:00
610038247f 🔧 Fixed positioning of the delete button 2021-11-20 22:52:00 -08:00
5251803233 🔄 Moved socket init code higher up into ComicDetail parent component 2021-11-20 02:10:52 -08:00
725c156e88 ⚙️Settings-driven AirDC++ configuration first draft 2021-11-19 13:49:39 -08:00
ba6acaac08 🔧 Created context for AirDC++ socket and refactored all actions 2021-11-18 14:15:48 -08:00
925008bdcb 🔧 AirDC++ Settings wired up (first draft) 2021-11-17 22:09:48 -08:00
6e1b431600 🔌 AirDCPP socket refactoring 2021-11-16 21:47:58 -08:00
b34c985ff4 🏗 Wiring up Settings form 2021-11-15 21:27:04 -08:00
305c172be7 🏗 Wiring up the AirDCPP settings call 2021-11-14 21:43:47 -08:00
ced3457ea2 🖊 Form for AirDCPP settings 2021-11-12 18:54:17 -08:00
ae3711f321 🎆 Fixes to fontawesome icons 2021-11-11 20:40:01 -08:00
4f95a9712d 🍚 Sticky header WIP 2021-11-11 15:16:53 -08:00
245dd7a7c1 🍚 Sticky header for Library table 2021-11-10 21:39:08 -08:00
4cc8e92f95 🪢 Added elasticsearch to the docker-compose stack 2021-11-09 21:48:52 -08:00
b13354c9f7 🏝Added env vars for service-specific env files 2021-11-08 12:04:15 -08:00
10b284c96c 🔑 Added CV API KEY to the respective env files for the containers 2021-11-05 22:35:40 -07:00
beb39fbf31 Removed the hard-coded hostname 2021-11-04 17:25:28 -07:00
5b59758654 ✏️ Fixed an egregious typo 2021-11-04 14:48:36 -07:00
8f23b5a251 🔧 Hard-coded the socket host 2021-11-04 10:20:13 -07:00
4209012298 🔧 Fixed the process env var 2021-11-01 16:28:04 -07:00
efe5416e5f 🐳 Removed the duplicated env var 2021-11-01 09:35:33 -07:00
5557b2a119 🔧 Testing out a potential solution 2021-11-01 08:24:24 -07:00
95ee4d7a40 Reinstating socket connection to "rook" 2021-11-01 01:32:02 -07:00
195d9431c4 ✏️Editing socket client config 2021-11-01 01:10:29 -07:00
9003124032 🔧 Fixes 2021-11-01 00:58:33 -07:00
bc053c3862 🔧 Referring to the hostname for posterity 2021-11-01 00:42:05 -07:00
4e960d272e 🔧 Switching to container name for socket host 2021-11-01 00:26:29 -07:00
434fbd782f 🔧 Another socket host hack 2021-11-01 00:24:13 -07:00
08811e5128 🔧 WIP fixing the socket errors in docker-compose on portainer 2021-11-01 00:08:47 -07:00
124a88cb2c 🔧 Debugging port issues with Portainer deploys 2021-10-31 23:36:50 -07:00
5964221c61 🔧 Fixes to Library 2021-10-31 17:36:38 -07:00
cdbe39c0c7 🔧 Fixes to fix the way rawFileDetails object is accessed 2021-10-31 17:33:25 -07:00
a18705dab8 🔧 Troubleshooting socket.io in docker-compose part 2 2021-10-31 09:41:41 -07:00
8fc8bf7248 🔧 Testing variations for troubleshooting socket.io issues 2021-10-30 19:04:49 -07:00
843dee30a4 🔧 AirDCPP Settings form WIP 2021-10-29 00:11:51 -07:00
2406c68216 🔧 Updated LIBRARY_SOCKET_HOST 2021-10-28 11:54:20 -07:00
086cdb3817 🐳 Added libraryqueue to docker-compose 2021-10-28 06:29:04 -07:00
e70994c032 🔧 Fixed some static paths 2021-10-27 22:04:01 -07:00
56449b3ef6 🔧 Used the right constant for socket URI 2021-10-27 19:02:57 -07:00
acca2037b4 🔧 Troubleshooting hostname issues 2021-10-27 18:44:56 -07:00
e1504c2f11 📋 Added Redis environment variable to docker-compose config 2021-10-27 14:17:21 -07:00
56d22a28a0 🔧 Changes to support BullMQ on the service layer
1. Removed socket connection from context
2. Added Redux middleware to persist socket connection
3. Removed amqplib and RabbitMQ support
4. Removed RabbitMQ from docker-compose configuration
5. Removed a proxy route to IMS from the facade
6. Refactored file actions to support the new way of socket event emitting and listening
2021-10-27 07:46:21 -07:00
8fbea27fb2 🔧 Trying out some refactoring on socket connection to Import service 2021-10-23 23:32:25 -07:00
d520f897de 🔧 Fixed a typo 2021-10-22 21:55:07 -07:00
3983466105 Removed a useless file 2021-10-21 15:26:42 -07:00
116cbf2a62 🍬 Removed hardcoded reference to import-service
TODO: Remove the repetitive use of thumbnail generating logic
2021-10-21 12:03:58 -07:00
419962c756 Removed a funky route from the frontend API 2021-10-21 01:16:22 -07:00
31a72e4b6f 🔧 Removed one more localhost reference 2021-10-20 23:28:42 -07:00
7531d56c6a 🔧 Added a hostname generator 2021-10-20 14:38:12 -07:00
f341529e6c 🔧 Fixing a lot of static path references in actions 2021-10-20 14:13:33 -07:00